summaryrefslogtreecommitdiff
path: root/web/src
diff options
context:
space:
mode:
Diffstat (limited to 'web/src')
-rw-r--r--web/src/index.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/src/index.css b/web/src/index.css
index 61a1c22fa..968e39446 100644
--- a/web/src/index.css
+++ b/web/src/index.css
@@ -370,3 +370,9 @@ details.foldable[open] summary::before {
);
}
}
+
+/* This restores correct scroll bar and scrolling behaviour */
+.pf-c-page__main {
+ overflow-x: visible;
+ overflow-y: visible;
+}