Skip to content

Commit 45fa455

Browse files
committed
fix: heading height
1 parent 20515b4 commit 45fa455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body {
1010

1111
.app {
1212
display: flex;
13-
height: 100%;
13+
height: calc(100% - 52px);
1414
}
1515

1616
.document {

0 commit comments

Comments
 (0)