Remove fixed overlay height

This commit is contained in:
2026-06-15 11:05:17 +02:00
parent d9135741e9
commit 769c832076
@@ -46,7 +46,6 @@
width: calc(100% * var(--layout-delete-confirmation-overlay-width-factor));
box-sizing: border-box;
max-width: calc(100% * var(--layout-delete-confirmation-overlay-width-factor));
min-height: calc(100% - var(--layout-delete-confirmation-overlay-offset-block-start));
max-height: var(--layout-delete-confirmation-overlay-max-height);
overflow: auto;
z-index: var(--layer-delete-confirmation-overlay);