]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix navigation scrollbar
authorMorris Jobke <morris.jobke@gmail.com>
Fri, 22 Nov 2013 14:48:24 +0000 (15:48 +0100)
committerMorris Jobke <morris.jobke@gmail.com>
Fri, 22 Nov 2013 14:48:24 +0000 (15:48 +0100)
core/css/styles.css

index 1761115903e826795f43652e833abccfd55a20d8..938b522a90fb84d843c5cd6af0b36fa37302c238 100644 (file)
@@ -561,12 +561,13 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
 
 /* NAVIGATION ------------------------------------------------------------- */
 #navigation {
-       position: fixed;
-       float: left;
+       position: absolute;
+       top: 0;
+       bottom: 0;
+       left: 0;
        width: 80px;
        margin-top:45px;
        z-index: 75;
-       height: 100%;
        background:#383c43 url('../img/noise.png') repeat;
        overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box;
        /* prevent ugly selection effect on accidental selection */
@@ -624,10 +625,10 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
 /* Apps management as sticky footer, less obtrusive in the list */
 #navigation .wrapper {
        min-height: 100%;
-       margin: 0 auto -120px;
+       margin: 0 auto -72px;
 }
 #apps-management, #navigation .push {
-       height: 120px;
+       height: 72px;
 }
 #apps-management {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";