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 {