Refactor layout components

This commit is contained in:
jeffvli 2023-03-31 05:22:51 -07:00
parent b590636303
commit 5f7b005626
7 changed files with 68 additions and 61 deletions

View file

@ -10,6 +10,10 @@
transition: position 0.2s ease-in-out;
}
.ag-header {
z-index: 5;
}
.window-frame {
top: 95px;
}