fix: modal close button

This commit is contained in:
Lucas Larroche 2024-02-17 10:32:11 +07:00
parent 506e82cb8f
commit 57b3076ca8
237 changed files with 237 additions and 118 deletions

View file

@ -1974,6 +1974,7 @@ main {
width: 100%;
max-height: calc(100vh - var(--pico-spacing) * 2);
margin: var(--pico-spacing);
padding: 0;
overflow: auto;
}
@media (min-width: 576px) {