making the mobile composer opaque, may fix clicks from falling through

This commit is contained in:
Kris Aubuchon 2014-03-10 00:55:12 -04:00
parent e49ad34bfc
commit ef0e636307

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;