Skip to content

Commit e1d7bf4

Browse files
author
Darius Rosendahl
committed
Fix for sidebar styling
1 parent c7bffc1 commit e1d7bf4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scss/base/defaults.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ html {
33
overflow-y: scroll;
44
}
55

6+
.wrapper,
7+
.full-height {
8+
min-height: 100vh;
9+
}
10+
611
a {
712
color: $theme02;
813
}

0 commit comments

Comments
 (0)