Skip to content

Commit 3006fa6

Browse files
Merge pull request #102 from sirugh/height-fix
Height fix
2 parents 8b56b1a + d10a0c2 commit 3006fa6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nx/styles/nexter.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ h6 {
155155
line-height: var(--spectrum-line-height-100);
156156
}
157157

158+
.nx-app {
159+
height: 100svh;
160+
}
161+
158162
.nx-app header {
159163
height: var(--nx-nav-height);
160164
z-index: 1000;

0 commit comments

Comments
 (0)