From 704421fa1f67c34a40ba251873dae29807ab3ac7 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 21 Jun 2023 09:26:41 +0200 Subject: [PATCH] :bug: Fix scroll problem --- .../resources/styles/main/partials/tab-container.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/resources/styles/main/partials/tab-container.scss b/frontend/resources/styles/main/partials/tab-container.scss index 5406e69f4d..33c759e0a3 100644 --- a/frontend/resources/styles/main/partials/tab-container.scss +++ b/frontend/resources/styles/main/partials/tab-container.scss @@ -30,6 +30,15 @@ } } +.tab-container-content { + overflow-y: auto; + overflow-x: hidden; +} + +.inspect .tab-container-content { + overflow: hidden; +} + .tab-element, .tab-element-content { height: 100%;