console fix for smaller screen devices

Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
This commit is contained in:
Manish Bisht 2017-06-12 16:44:39 +05:30
parent f3047f612c
commit faf6fcdaf2

View File

@ -21,7 +21,7 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
position: fixed;
top: 0;
<?php echo $left; ?>: 0;
height: 100%;
height: 100vh;
background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0 <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
z-index: 800;