diff --git a/src/App.vue b/src/App.vue index 1e2df4e..aac9497 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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);