[BUGFIX] Add sidebar postion for transition

This commit is contained in:
Xaver Maierhofer 2017-02-18 17:15:30 +01:00
parent 24b5784131
commit c7b9192e5a
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.sidebar {
box-sizing: border-box;
left: 0;
position: absolute;
transition: left .5s;
width: $sidebar-width;