Fix drawer clipping dropdowns

master
Ondřej Hruška 2017-07-05 11:31:02 +02:00 committed by beatrix
parent 193f354d3e
commit 167c392efd
1 changed files with 1 additions and 2 deletions

View File

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