🐛(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:
Nathan Vasse
2024-02-19 15:26:08 +01:00
committed by NathanVss
parent e9956829d1
commit 7f12f4d9b0
5 changed files with 254 additions and 1 deletions

View File

@@ -153,3 +153,7 @@
}
}
}
.c__noscroll {
overflow: hidden;
}