From 1d639e61cea2d39e3604df54c9eb134ce823dbf1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 7 May 2026 23:47:48 +0200 Subject: [PATCH] Improve layout stability for file panel --- src/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles.css b/src/styles.css index 2fb2a28..2254997 100644 --- a/src/styles.css +++ b/src/styles.css @@ -105,6 +105,7 @@ body { .files-panel { flex: 0 1 33%; max-height: 33%; + overflow: hidden; } .files-panel .table { @@ -112,6 +113,10 @@ body { min-height: 0; } +.files-panel .table-body { + min-height: 0; +} + .panel-title { display: flex; align-items: center;