Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit daa853f

Browse files
committed
fix for vertical scrolling at the top level
Fixes #906
1 parent 1abb7d2 commit daa853f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/content/css/ui.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,10 @@ body.oops-total-catastrophe #restart-needed-warning {
14621462
z-index: 10;
14631463
position: absolute;
14641464
pointer-events: none;
1465+
1466+
/* see shell issue #906 */
1467+
top: 0;
1468+
left: 0;
14651469
}
14661470
#qtipArrow {
14671471
position: relative;

0 commit comments

Comments
 (0)