From 33ecc50fbca6b1b953653b3d083194e47767f7bf Mon Sep 17 00:00:00 2001 From: movilla Date: Fri, 5 Apr 2013 19:16:15 +0200 Subject: [PATCH] Mobile buttons are only clickable when scrolled to the top --- Changelog.md | 1 + app/assets/stylesheets/mobile.css.scss | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f7de3b076..667c8d3ad 100644 --- a/Changelog.md +++ b/Changelog.md @@ -114,6 +114,7 @@ by them self. * Fix off-center close button image on intro popovers [#3841](https://github.com/diaspora/diaspora/pull/3841) * Remove unnecessary dotted CSS borders. [#2940](https://github.com/diaspora/diaspora/issues/2940) * Fix default image url in profiles table. [#3795](https://github.com/diaspora/diaspora/issues/3795) +* Fix mobile buttons are only clickable when scrolled to the top. [#4102](https://github.com/diaspora/diaspora/issues/4102) ## Features diff --git a/app/assets/stylesheets/mobile.css.scss b/app/assets/stylesheets/mobile.css.scss index 1d3498b36..379939aee 100644 --- a/app/assets/stylesheets/mobile.css.scss +++ b/app/assets/stylesheets/mobile.css.scss @@ -311,7 +311,6 @@ body { .navbar { @include box-shadow(0,1px,2px,#333); - padding: 0 20px; } .navbar-inner { @@ -674,6 +673,8 @@ select { max-height: 45px !important; min-height: 45px !important; height: 45px !important; + margin-left: 0px !important; + margin-right: 0px !important; overflow: hidden; }