Fix som Bugs #33

This commit is contained in:
nocnico
2025-06-05 23:36:11 +02:00
parent ea21c8d141
commit 91d811e289
7 changed files with 27 additions and 20 deletions

View File

@@ -19,6 +19,14 @@
}
}
:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
scrollbar-gutter: unset;
}
.react-datepicker-popper {
z-index: 9999 !important;
}
:root {
--background: #ffffff;
--foreground: #171717;