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 8f18186 commit 3c38150Copy full SHA for 3c38150
frontends/web/src/components/sidebar/sidebar.module.css
@@ -29,23 +29,23 @@
29
}
30
31
.sidebar {
32
- position: fixed;
33
- margin-left: calc(var(--sidebar-width-large) * -1);
34
align-content: stretch;
35
background-color: var(--background-dark);
36
bottom: 0;
37
display: flex;
38
flex-direction: column;
39
flex-shrink: 0;
40
- justify-content: flex-start;
41
height: 100%;
+ justify-content: flex-start;
+ margin-left: calc(var(--sidebar-width-large) * -1);
42
/* mobile viewport bug fix */
43
min-height: -webkit-fill-available;
+ overflow-y: auto;
44
padding: 0 0 var(--spacing-default) 0;
45
+ position: fixed;
46
top: 0;
47
width: var(--sidebar-width-large);
48
z-index: 4002;
- overflow-y: auto;
49
50
51
.sidebar > *.end {
0 commit comments