Merge pull request #9388 from owncloud/design-fix-sidebar

fix animation of sidebar and prevent horizontal scrollbar, fix #9284
This commit is contained in:
Morris Jobke 2014-07-03 00:41:03 +02:00
commit c3cc49d899
2 changed files with 2 additions and 6 deletions

View File

@ -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;

View File

@ -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;