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