fix menu
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user