This commit is contained in:
Laurent Destailleur 2020-08-30 20:55:22 +02:00
parent 8c4e4aba1a
commit 3a102cce73

View File

@ -1415,11 +1415,22 @@ td.showDragHandle {
background: var(--colorbackbody); background: var(--colorbackbody);
padding-bottom: 20px; padding-bottom: 20px;
} }
#id-left {
/* background-color: #fff; /* For having horizontal scroll into array (like with smartphone) */
border-right: 1px #888 solid; /*
height: calc(100% - 50px);*/ #id-container {
width: 100%;
} }
.side-nav {
display: block;
float: left;
}
#id-right {
width:calc(100% - 210px);
display: inline-block;
}
*/
<?php if (empty($conf->global->THEME_DISABLE_STICKY_TOPMENU)) { ?> <?php if (empty($conf->global->THEME_DISABLE_STICKY_TOPMENU)) { ?>
.side-nav-vert { .side-nav-vert {