[BUGFIX] Add sidebar postion for transition
This commit is contained in:
parent
24b5784131
commit
c7b9192e5a
@ -1,5 +1,6 @@
|
||||
.sidebar {
|
||||
box-sizing: border-box;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
transition: left .5s;
|
||||
width: $sidebar-width;
|
||||
|
Loading…
Reference in New Issue
Block a user