always show app navigation scrollbar when too many apps in there

This commit is contained in:
Jan-Christoph Borchardt 2013-11-21 13:34:31 +01:00 committed by Morris Jobke
parent 5b7b053634
commit 457a7d4baa
1 changed files with 4 additions and 5 deletions

View File

@ -568,14 +568,13 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
width: 80px;
margin-top:45px;
z-index: 75;
background:#383c43 url('../img/noise.png') repeat;
overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box;
height: 100%;
background: #383c43 url('../img/noise.png') repeat;
overflow-y: auto;
-moz-box-sizing:border-box; box-sizing:border-box;
/* prevent ugly selection effect on accidental selection */
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
#navigation:hover {
overflow-y: auto; /* show scrollbar only on hover */
}
#apps {
height: 100%;
}