Files
web/packages/design-system/lib/normalize.css
Matilda Haneling 5fd379892e 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
2025-11-20 07:22:17 +00:00

22 lines
220 B
CSS

* {
margin: 0;
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
width: 100vw;
}
.root {
isolation: isolate;
}
ul {
padding-inline-start: 0;
margin-block-start: 0;
margin-block-end: 0;
}