From 73f09ca2ed83a6d05716d64d6eb23d65571c9e99 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Wed, 17 Jun 2026 05:09:17 +0200 Subject: [PATCH] Removed buggy .pane-lower from css Signed-off-by: Janos SUTO --- webui/assets/css/piler.css | 1 - 1 file changed, 1 deletion(-) diff --git a/webui/assets/css/piler.css b/webui/assets/css/piler.css index f84ebb86..7903315c 100644 --- a/webui/assets/css/piler.css +++ b/webui/assets/css/piler.css @@ -19,7 +19,6 @@ a.dropdown-item {font-weight:100; text-decoration:none;} .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; }