💄 Make loading bar an overlay

This commit is contained in:
2023-06-04 12:49:48 +02:00
parent 1ad6fc5e3a
commit 4508ba3fbd

View File

@ -65,7 +65,9 @@ body {
.app {
display: grid;
grid-template-rows: auto auto 1fr;
/* Make the loading bar 0px in height so it overlays
instead of being in between navbar and content */
grid-template-rows: auto 0 1fr;
color: var(--text-color);
background-color: var(--bg-color);
font-family: var(--font-family);