Skip to content

Commit 1f8f619

Browse files
committed
fix(gritty) heigth
1 parent 00a4472 commit 1f8f619

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

css/gritty.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.terminal {
2+
height: 100%
3+
}
4+
15
.xterm-theme-gritty {
26
font-family: Menlo, Consolas, "Liberation Mono", Monaco, "Lucida Console", monospace;
37
}

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
html {
2-
height: 99%;
2+
height: 100%;
33
}
44

55
body, .gritty {

0 commit comments

Comments
 (0)