From 1e740ea0240341fe366ed0d8fb3f9d8c80550397 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Thu, 13 Nov 2025 02:43:42 +0100 Subject: [PATCH] fix --- frontend/src/styles/documents/viewer.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/styles/documents/viewer.css b/frontend/src/styles/documents/viewer.css index ec41621..ca0320b 100644 --- a/frontend/src/styles/documents/viewer.css +++ b/frontend/src/styles/documents/viewer.css @@ -179,7 +179,7 @@ display: flex; flex-direction: column; min-height: 0; - overflow: auto; + overflow: hidden; flex: 1; grid-area: details; } @@ -338,15 +338,13 @@ flex: 1; min-height: 0; display: flex; -} - -.document-viewer--stacked .document-viewer__tabpanes { overflow: auto; } .document-viewer__tabpanes--single { flex: 1; min-height: 0; + overflow: auto; } .document-viewer__tabpanel {