Remove fixed overlay height
This commit is contained in:
@@ -46,7 +46,6 @@
|
|||||||
width: calc(100% * var(--layout-delete-confirmation-overlay-width-factor));
|
width: calc(100% * var(--layout-delete-confirmation-overlay-width-factor));
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
max-width: calc(100% * var(--layout-delete-confirmation-overlay-width-factor));
|
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);
|
max-height: var(--layout-delete-confirmation-overlay-max-height);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
z-index: var(--layer-delete-confirmation-overlay);
|
z-index: var(--layer-delete-confirmation-overlay);
|
||||||
|
|||||||
Reference in New Issue
Block a user