Dont let menu overlap onto content

This commit is contained in:
Lucas Bickel 2017-03-24 00:08:45 +01:00
parent c3e2dda3c1
commit da9aa991b3
1 changed files with 2 additions and 1 deletions

View File

@ -401,7 +401,7 @@ select {
/*top: 0;*/ /*top: 0;*/
/*right: 0;*/ /*right: 0;*/
} }
#navlist { ol.navigation {
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
@ -3810,6 +3810,7 @@ button.btn-icon-text > i.icon-white {
top: 102px; top: 102px;
bottom: 0; /* Account for scrollbars */ bottom: 0; /* Account for scrollbars */
min-width: 150px; min-width: 150px;
max-width: 160px;
border-right: 1px solid #5b5b5b; border-right: 1px solid #5b5b5b;
background: #242424; background: #242424;
font-size: 14px; font-size: 14px;