💄 Make loading bar an overlay
This commit is contained in:
@ -65,7 +65,9 @@ body {
|
|||||||
|
|
||||||
.app {
|
.app {
|
||||||
display: grid;
|
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);
|
color: var(--text-color);
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
|
Reference in New Issue
Block a user