Merged in fix/SW-2435-modal-whitespace (pull request #1848)

Fix/SW-2435 modal whitespace

* fix(SW-2435): prevent modal content to move when clicking checkbox

* fix(SW-2435): prevent modal content to move when clicking checkbox


Approved-by: Christian Andolf
Approved-by: Matilda Landström
This commit is contained in:
Bianca Widstam
2025-04-23 14:50:59 +00:00
parent 2f0a196b49
commit 858a81b16f

View File

@@ -26,10 +26,6 @@
/* For removing focus outline when modal opens first time */
outline: 0 none;
/* for supporting animations within content */
position: relative;
overflow: hidden;
max-height: 100dvh;
}