Skip to content

Commit ce240e7

Browse files
committed
fix: css strikes again. They couldn't possibly make scroll not insane
1 parent 438e21c commit ce240e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ body {
147147
border-top: 1px solid gray;
148148
overflow-y: scroll;
149149
}
150+
.regions {
151+
overflow: unset;
152+
}
150153
#regions {
151154
overflow-y: unset;
152155
}

0 commit comments

Comments
 (0)