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 64fb091 commit 782e11dCopy full SHA for 782e11d
src/components/sidebar/_sidebar.scss
@@ -1,5 +1,5 @@
1
.b-sidebar-outer {
2
- position: fixed !important;
+ position: fixed;
3
top: 0;
4
left: 0;
5
right: 0;
@@ -9,7 +9,7 @@
9
}
10
11
.b-sidebar-backdrop {
12
13
14
15
z-index: -1;
@@ -21,12 +21,13 @@
21
.b-sidebar {
22
display: flex;
23
flex-direction: column;
24
25
26
- height: 100vh;
27
width: $b-sidebar-width;
28
- max-width: 100% !important;
29
- margin: 0 !important;
+ max-width: 100%;
+ height: 100vh;
+ max-height: 100%;
30
+ margin: 0;
31
outline: 0;
32
transform: translateX(0);
33
0 commit comments