fix(frontend): fix the frontend display bugs (#28)

Fix the bug that the page height does not follow the change when the sidebar is expanded.
This commit is contained in:
Li4n0
2021-06-13 14:47:32 +08:00
committed by GitHub
parent dc43b6973a
commit ddeced3540
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ html, body {
}
#app {
height: 100%;
min-height: 100%;
}
#app .trigger {