Skip to content
Snippets Groups Projects
Commit 55fc03fd authored by yannickoo's avatar yannickoo
Browse files

No Scrolling for more than approximately 10 Applications

parent e5f8acf4
Branches
No related tags found
No related merge requests found
...@@ -242,10 +242,10 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; } ...@@ -242,10 +242,10 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
/* NAVIGATION ------------------------------------------------------------- */ /* NAVIGATION ------------------------------------------------------------- */
#navigation { #navigation {
position:fixed; top:3.5em; float:left; width:64px; padding:0; z-index:75; height:100%; position:fixed; float:left; width:64px; padding-top:3.5em; z-index:75; height:100%;
background:#383c43 url('../img/noise.png') repeat; border-right:1px #333 solid; background:#383c43 url('../img/noise.png') repeat; border-right:1px #333 solid;
-moz-box-shadow:0 0 7px #000; -webkit-box-shadow:0 0 7px #000; box-shadow:0 0 7px #000; -moz-box-shadow:0 0 7px #000; -webkit-box-shadow:0 0 7px #000; box-shadow:0 0 7px #000;
overflow:hidden; overflow:hidden; box-sizing:border-box; -moz-box-sizing:birder-box;
} }
#navigation:hover { overflow-y:auto; } #navigation:hover { overflow-y:auto; }
#navigation a { #navigation a {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment