This commit is contained in:
2025-05-08 10:44:46 -03:00
parent 9b713e5783
commit e3447431f7
5 changed files with 155 additions and 116 deletions

View File

@@ -11,10 +11,14 @@ body {
@apply text-white bg-black antialiased;
}
html:not(.overflow-hidden) {
html:not(:has(dialog[open])) {
@apply scroll-pt-22 lg:scroll-pt-32;
}
html:has(dialog[open]) {
@apply overflow-hidden;
}
/* Pagefind */
.pagefind-ui__form {
@apply flex;