Fix drawer clipping dropdowns

master
Ondřej Hruška 8 years ago committed by beatrix
parent 193f354d3e
commit 167c392efd
  1. 3
      app/javascript/styles/components.scss

@ -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