diff --git a/webui/assets/css/piler.css b/webui/assets/css/piler.css index 942a96ae..ec021a5a 100644 --- a/webui/assets/css/piler.css +++ b/webui/assets/css/piler.css @@ -14,11 +14,12 @@ a.dropdown-item {font-weight:100; text-decoration:none;} -.container-panes { height: calc(95vh - 56px); /* Height of the screen minus the navbar */ display: flex; flex-direction: column; } +.container-panes { height: calc(95vh - 90px); /* Height of the screen minus the navbar */ display: flex; flex-direction: column; } .pane { overflow-y: auto; flex-grow: 1; min-height: 300px; position: relative; } .resizer { height: 5px; background: #333; cursor: row-resize; } .pane-upper-content { height: calc(100% - 40px); /* 40px is the height of the fixed bottom row in the upper pane */ overflow-y: auto; border: 1px solid #ccc;} .pane-upper-fixed { height: 40px; background: #f1f1f1; position: absolute; bottom: 0; width: 100%; border-top: 1px solid #ddd; } +.pane-lower { min-height: calc(95vh) } #preview {height: 500px; border: 1px solid #ccc;} .no-select { user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }