diff --git a/web/src/index.css b/web/src/index.css index 61a1c22fa9..968e394468 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; +}