Skip to content

Commit 424e98a

Browse files
fix: remove ghost vertical scroll bar from the ui
1 parent c0b2772 commit 424e98a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: app/static/css/app.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: app/styles/main.scss

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
font-family: "Maven Pro", sans-serif;
1111
}
1212

13+
body {
14+
overflow: hidden;
15+
}
16+
1317
.vertical-line {
1418
border-left: 1px $grey2-border solid;
1519
height: 80%;

0 commit comments

Comments
 (0)