Overflow dialog

fixes #20
This commit is contained in:
2023-07-06 15:07:04 +01:00
parent 2df3bbdccc
commit 954b801c69

View File

@ -172,6 +172,7 @@ button span.hide-on-mobile {
max-width: 450px; max-width: 450px;
max-height: 85vh; max-height: 85vh;
padding: 25px; padding: 25px;
overflow-y: auto;
} }
.zap-icon { .zap-icon {