fix scrolling

This commit is contained in:
Akis 2023-01-05 20:56:53 +02:00
parent e9a91e990b
commit 43d046a519
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED

View File

@ -145,7 +145,7 @@
}
.hasJS {
@apply flex flex-col pt-2 gap-2 fixed bg-primary w-full left-0 top-[2.8rem] p-2 z-50 border-b-solid border-b border-b-grey shadow shadow-secondary;
@apply flex flex-col pt-2 gap-2 fixed bg-primary w-full left-0 top-[2.75rem] p-2 z-50 border-b-solid border-b border-b-grey shadow shadow-secondary;
}
.noJS {