This commit is contained in:
Čarodej
2022-03-20 19:00:46 +01:00
parent 73ef6e6c1f
commit 42245317f4
10 changed files with 44 additions and 24 deletions

View File

@@ -33,3 +33,9 @@
.page-link {
@apply block flex h-8 w-8 cursor-pointer items-center justify-center rounded-lg text-sm font-bold transition duration-200 hover:bg-light-background;
}
@layer utilities {
.overflow-initial {
overflow: initial;
}
}