Allowing dropdown to break out of overflow, fixes #827
This commit is contained in:
@ -284,7 +284,7 @@
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
max-height: calc(100vh - 140px);
|
||||
overflow-y: auto;
|
||||
overflow-y: visible;
|
||||
|
||||
@include theme('dark') {
|
||||
box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.6);
|
||||
|
||||
Reference in New Issue
Block a user