fix animation of sidebar and prevent horizontal scrollbar, fix #9284

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 12 years ago
parent e1e4fde697
commit 18cd80426b
  1. 7
      core/css/mobile.css
  2. 1
      core/css/styles.css

@ -58,14 +58,9 @@
/* APP SIDEBAR TOGGLE and SWIPE ----------------------------------------------*/
/* prevent scrollbar when sidebar is open */
.snapjs-left #content-wrapper {
overflow-x: hidden;
}
#app-navigation,
#app-content {
position: absolute;
position: absolute !important;
top: 0;
left: 0;
right: 0;

@ -297,6 +297,7 @@ input[type="submit"].enabled {
position: absolute;
height: 100%;
width: 100%;
overflow-x: hidden; /* prevent horizontal scrollbar */
padding-top: 45px;
-moz-box-sizing:border-box;
box-sizing:border-box;

Loading…
Cancel
Save