From 9a729b6b4b22f5a28502d45b2e17be58dade1ff0 Mon Sep 17 00:00:00 2001 From: Felix Edel Date: Tue, 8 Sep 2020 13:29:32 +0000 Subject: [PATCH] Revert "web: restore scrollbars and scroll behaviour" This accidentally broke the layout of the build result page and the tabs only reachable by scrolling horizontally in case a build log contained very long log lines. This reverts commit 8d0f440e1bc85b55a2d780769d8ee1df4ae6ce7e. Change-Id: Ifcdf5c737ef6f2e178c9a4531ead81e8c0fe6505 --- web/src/index.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/web/src/index.css b/web/src/index.css index 91601993a4..902e51c33b 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -378,9 +378,3 @@ details.foldable[open] summary::before { ); } } - -/* This restores correct scroll bar and scrolling behaviour */ -.pf-c-page__main { - overflow-x: visible; - overflow-y: visible; -}