Skip to content

Commit 776994f

Browse files
committed
Fix sidebar height
1 parent a0ca90e commit 776994f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Sidebar/Sidebar.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@import '../../styles/app';
22
.sidebar {
33
position: absolute;
4-
height: 100%;
4+
top: 0;
5+
left: 0;
56
width: $sidebar-width-open;
67
background-color: var(--sidebar-bg-color);
78
color: var(--sidebar-color);
@@ -13,6 +14,7 @@
1314
left: 0;
1415
top: 0;
1516
bottom: 0;
17+
height: 100vh;
1618
overflow-y: auto;
1719
overflow-x: hidden;
1820
width: $sidebar-width-open;

0 commit comments

Comments
 (0)