Fixed: Don't cutoff Filter menu on mobile

pull/4190/head
Qstick 4 years ago
parent 74c0e409e7
commit fb7bd4f14f

@ -1,6 +1,6 @@
.sectionContainer { .sectionContainer {
display: flex; display: flex;
flex: 1 1 10%; flex: 1 1 auto;
overflow: hidden; overflow: hidden;
} }

Loading…
Cancel
Save