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%);
box-sizing: border-box;
padding: 0;
overflow: hidden;
overflow-y: auto;
overflow-y: visible;
width: 100%;
&.darker {