fix: move critical layout CSS to index.html, revert broken absolute positioning

This commit is contained in:
2026-06-07 22:50:20 +08:00
parent 469fc1ff33
commit a22dd8497e
3 changed files with 6 additions and 7 deletions

View File

@@ -327,7 +327,5 @@ html, body {
.graph-area {
flex: 1;
position: relative;
min-height: 0;
}
</style>