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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user