Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 272a4ee

Browse files
committed
fix: use min-height for layout container to avoid hidden global header
1 parent 2e58308 commit 272a4ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/styles.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ select {
138138
.layout-container {
139139
display: flex;
140140
flex-direction: column;
141-
height: 100%;
141+
min-height: 100%;
142142
}
143143

144144
.layout-container-main {
@@ -377,4 +377,3 @@ select {
377377
}
378378
}
379379
}
380-

0 commit comments

Comments
 (0)