Fix drawer clipping dropdowns

th-downstream
Ondřej Hruška 7 years ago committed by beatrix
parent f20d85a14f
commit dec5108c46

@ -1507,8 +1507,7 @@
background: lighten($ui-base-color, 13%);
box-sizing: border-box;
padding: 0;
overflow: hidden;
overflow-y: auto;
overflow-y: visible;
width: 100%;
&.darker {

Loading…
Cancel
Save