Merge pull request #4102 from movilla/fixed_navbar

Mobile buttons are only clickable when scrolled to the top. Close #3847
This commit is contained in:
Jonne Haß 2013-04-05 11:25:38 -07:00
commit 0149dbf9ad
2 changed files with 3 additions and 1 deletions

View file

@ -114,6 +114,7 @@ by them self.
* Fix off-center close button image on intro popovers [#3841](https://github.com/diaspora/diaspora/pull/3841) * 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) * 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 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 ## Features

View file

@ -311,7 +311,6 @@ body {
.navbar { .navbar {
@include box-shadow(0,1px,2px,#333); @include box-shadow(0,1px,2px,#333);
padding: 0 20px;
} }
.navbar-inner { .navbar-inner {
@ -674,6 +673,8 @@ select {
max-height: 45px !important; max-height: 45px !important;
min-height: 45px !important; min-height: 45px !important;
height: 45px !important; height: 45px !important;
margin-left: 0px !important;
margin-right: 0px !important;
overflow: hidden; overflow: hidden;
} }