feat: manhwa scroll

This commit is contained in:
2024-07-07 23:23:40 +03:00
parent 29fb7fd04d
commit e6da8b17a7
7 changed files with 46 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
overflow-y: hidden;
}