feat: manhwa scroll
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
main {
|
||||
overflow-y: auto;
|
||||
height: calc(100vh - 3rem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
main {
|
||||
overflow-y: auto;
|
||||
height: calc(100vh - 3rem);
|
||||
}
|
||||
|
||||