feat: click on manga page to change page

This commit is contained in:
2024-07-20 22:36:31 +03:00
parent d710d6bac5
commit 8c9efd4371
6 changed files with 52 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
.header {
transition: height 0.3s;
}
:host {
z-index: 20;
position: fixed;
}