This commit is contained in:
Anton 2023-12-22 14:25:26 +01:00
parent 35d3098619
commit 75a0ca4fb2

View File

@ -12,7 +12,7 @@
.tw-modal {
z-index: 1200 !important;
max-height: calc(100dvh - 2em);
max-height: 100dvh;
}
.tw-modal-box {
@ -29,8 +29,6 @@
margin-bottom: 1rem;
background-color: theme('colors.base-100');
color: theme('colors.base-content');
}
:root {