This commit is contained in:
2025-09-16 10:46:56 +02:00
parent 83264731f3
commit e9a0ffdb7a
4 changed files with 31 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
html { overflow: hidden; }
.page, article, main { height: 100% !important; }
.page, article, main { height: 100% !important; overflow: hidden; }
#app { height: 100vh; }
@@ -58,7 +58,7 @@ article {
transform: translateY(0);
}
.page > .Connection.Hide ~ main {
.Connection.Hide ~ .page {
transition: all 0.5s ease;
transform: translateY(-35px);
}