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…
Reference in New Issue