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 8d0f440e1b.

Change-Id: Ifcdf5c737ef6f2e178c9a4531ead81e8c0fe6505
This commit is contained in:
Felix Edel 2020-09-08 13:29:32 +00:00
parent 8ed696f626
commit 9a729b6b4b
No known key found for this signature in database
GPG Key ID: E95717A102DD3030
1 changed files with 0 additions and 6 deletions

View File

@ -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;
}