mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
Merge pull request #2093 from awesomerobot/master
making the mobile composer opaque, may prevent clicks from falling through
This commit is contained in:
commit
a1027c2caf
@ -78,7 +78,7 @@ display: none;
|
||||
width: 100%;
|
||||
z-index: 1039;
|
||||
height: 0;
|
||||
background-color: rgba($composer_background, 0.96);
|
||||
background-color: $composer_background;
|
||||
bottom: 0;
|
||||
font-size: 14px;
|
||||
position: fixed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user