Merge pull request #2093 from awesomerobot/master

making the mobile composer opaque, may prevent clicks from falling through
This commit is contained in:
Jeff Atwood 2014-03-09 22:39:17 -07:00
commit a1027c2caf
1 changed files with 1 additions and 1 deletions

View File

@ -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;