Fix ui
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user