summaryrefslogtreecommitdiff
path: root/web/src/index.css
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-08-28 07:05:53 +0000
committerGerrit Code Review <review@openstack.org>2020-08-28 07:05:53 +0000
commite830e95718480f976c62b1a4fdbea6bf324e4220 (patch)
tree48538938a3f220b20f9a308eef7317d6b497d1fb /web/src/index.css
parent36dd6383d2825fe2679be795ac5801ffe6336566 (diff)
parent8d0f440e1bc85b55a2d780769d8ee1df4ae6ce7e (diff)
downloadzuul-e830e95718480f976c62b1a4fdbea6bf324e4220.tar.gz
Merge "web: restore scrollbars and scroll behaviour"
Diffstat (limited to 'web/src/index.css')
-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 ec46af035..6dc12c933 100644
--- a/web/src/index.css
+++ b/web/src/index.css
@@ -374,3 +374,9 @@ details.foldable[open] summary::before {
);
}
}
+
+/* This restores correct scroll bar and scrolling behaviour */
+.pf-c-page__main {
+ overflow-x: visible;
+ overflow-y: visible;
+}