🐛(fix) fix body scroll when a modal is opened
It was possible to scroll the body when a modal is opened, it was cutting the visibility of the modal, and was simply weird. Fixes #263
This commit is contained in:
@@ -153,3 +153,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.c__noscroll {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user