mirror of
https://github.com/funamitech/mastodon
synced 2024-11-30 15:58:28 +09:00
Fix drawer clipping dropdowns
This commit is contained in:
parent
193f354d3e
commit
167c392efd
@ -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…
Reference in New Issue
Block a user