Limit overlay card to parent height
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user