fix(front): Fix scroll (#475)

This commit is contained in:
Faton Ramadani
2022-08-23 20:03:24 +02:00
committed by GitHub
parent 169f680a6e
commit a38d184068
+4
View File
@@ -3,6 +3,10 @@
@tailwind components;
@tailwind utilities;
html {
overflow-y: auto;
}
@layer base {
h1 {
@apply text-2xl;