Allowing dropdown to break out of overflow, fixes #827

This commit is contained in:
James Barnsley
2022-09-04 12:02:24 +12:00
parent 810737242c
commit 3c55761fe7

View File

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