Merged in fix/book-500-disable-booking-widget-overlay (pull request #3149)

fix(BOOK-500): disable scrolling of backdrop on mobile booking modal

* BOOK-500: fixed scrolling issue behind open booking widget

* fix(BOOK-500): added customized hook for scrollLock

* BOOK-500: gave hook functions more descriptive names


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Haneling
2025-11-20 07:22:17 +00:00
parent fc02c957d2
commit 5fd379892e
3 changed files with 168 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ html,
body {
margin: 0;
padding: 0;
width: 100vw;
}
.root {