From ef0e6363071e0bc30a562554fb3e41ac9d9ffb7f Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Mon, 10 Mar 2014 00:55:12 -0400 Subject: [PATCH] making the mobile composer opaque, may fix clicks from falling through --- app/assets/stylesheets/mobile/compose.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index 402243c2442..b7d86fa06b9 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -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;