Skip to content

Commit a407fa9

Browse files
committed
fix: scroll bar issues in home and docs page
1 parent f1983d1 commit a407fa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sass/_docs.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ header {
1111
}
1212

1313
.docs-body {
14-
width: 100vw;
14+
width: 100%;
1515
display: flex;
1616
flex-direction: row;
1717

sass/_elections.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
#elections-banner {
35-
width: 100dvw;
35+
width: 100%;
3636
padding: .4em 1em;
3737
background-color: #ffcb006b;
3838
text-align: center;

0 commit comments

Comments
 (0)