Limit overlay card to parent height

This commit is contained in:
2026-06-16 10:20:52 +02:00
parent 67c869b246
commit 94751068b7
+1 -1
View File
@@ -47,7 +47,7 @@
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));
max-height: var(--layout-delete-confirmation-overlay-max-height);
max-height: calc(100% - var(--layout-delete-confirmation-overlay-offset-block-start) - 10px);
overflow: auto;
z-index: var(--layer-delete-confirmation-overlay);
box-shadow: var(--shadow-overlay);