Skip to content

Commit 4f493c6

Browse files
committed
side menu is where it should be
1 parent f7a9f75 commit 4f493c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/menus/menu.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ height:35px;
3131

3232
.side-menu {
3333
background-color: $sidebar-color;
34-
height: 100%;
34+
height: 100vh;
3535
width: 55px;
3636
padding: 5px;
3737
float: left;
3838
position: fixed;
3939
left: 0;
40+
top: 0;
4041
transition: width 0.5s;
4142
z-index: 99;
4243
}

0 commit comments

Comments
 (0)