We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f05bd commit c439c8bCopy full SHA for c439c8b
components/sidebar-mobile/sidebar-mobile-style.scss
@@ -3,14 +3,15 @@
3
4
.sidebar-mobile {
5
position: fixed;
6
- width: 295px;
+ width: 300px;
7
height: 100vh;
8
z-index: 100;
9
top: 0;
10
overflow-y: auto;
11
overflow-x: hidden;
12
-webkit-overflow-scrolling: touch;
13
transform: translate3D(-100%, 0, 0);
14
+ transform: translate3D(calc(-100% + 5px), 0, 0);
15
transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
16
17
@include break {
@@ -48,7 +49,7 @@
48
49
position:absolute;
50
cursor:pointer;
51
right: 22px;
- top: 28px;
52
+ top: 22px;
53
font-size: 1.3em;
54
background: getColor(denim);
55
color: getColor(white);
0 commit comments