Set min-height on layout loaders

This commit is contained in:
Anton Gunnarsson
2024-11-14 13:25:56 +01:00
parent 2bfe8df741
commit 4c6d72a402
5 changed files with 9 additions and 5 deletions

View File

@@ -5,6 +5,10 @@
height: 100px;
}
.fullPage {
min-height: 100dvh;
}
.spinner {
display: inline-block;
position: relative;