Update app.css

This commit is contained in:
freearhey 2023-12-07 00:01:56 +03:00
parent 7a44857ee2
commit 866ac1b85f

View file

@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
overflow-y: scroll;
}