Showing
1 changed file
with
3 additions
and
2 deletions
1 | .side-nav { | 1 | .side-nav { |
2 | + display: table-cell; | ||
2 | background: #fff; | 3 | background: #fff; |
3 | position: fixed; | 4 | position: fixed; |
4 | top: 0; | 5 | top: 0; |
5 | - right: 640rem / $pxConvertRem; | ||
6 | bottom: 0; | 6 | bottom: 0; |
7 | - left: 0; | 7 | + right: 640rem / $pxConvertRem; |
8 | + width: 540rem / $pxConvertRem; | ||
8 | z-index: -1; | 9 | z-index: -1; |
9 | overflow: hidden; | 10 | overflow: hidden; |
10 | @include transition(right .3s); | 11 | @include transition(right .3s); |
-
Please register or login to post a comment