mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 11:44:06 -06:00
making the mobile composer opaque, may fix clicks from falling through
This commit is contained in:
parent
e49ad34bfc
commit
ef0e636307
@ -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
Block a user