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:
commit
0149dbf9ad
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue