Skip to content

Commit 2501ccd

Browse files
author
Daniel Bruce
committed
Fix scrollbars to overlay body.
1 parent 9fd55de commit 2501ccd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spider/assets/css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,7 @@ footer {
112112
}
113113
}
114114

115+
body {
116+
overflow-y: overlay;
117+
}
118+

0 commit comments

Comments
 (0)