Merge pull request #9073 from tarrsalah/fix-side-nav-css

FIX side nav height.
This commit is contained in:
Laurent Destailleur 2018-07-09 15:37:03 +02:00 committed by GitHub
commit 052d86f3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1182,6 +1182,7 @@ td.showDragHandle {
border-right: 1px solid #d0d0d0;
box-shadow: 3px 0 6px -2px #eee;
background: rgb(<?php echo $colorbackvmenu1; ?>);
height: 100vh;
}
div.blockvmenulogo
{