KingNish commited on
Commit
bfa5a58
·
1 Parent(s): 07e1c3b

Height Fix

Browse files
Files changed (1) hide show
  1. app.css +7 -2
app.css CHANGED
@@ -13,9 +13,14 @@ html {
13
  scroll-behavior: smooth;
14
  }
15
 
 
 
 
 
 
16
  #main-row {
17
- height: 100vh;
18
- max-height: 1500px;
19
  }
20
 
21
  button[aria-label="Clear"] {
 
13
  scroll-behavior: smooth;
14
  }
15
 
16
+ html, body {
17
+ height: 100%;
18
+ overflow: hidden;
19
+ }
20
+
21
  #main-row {
22
+ height: 100%;
23
+ max-height: 100%;
24
  }
25
 
26
  button[aria-label="Clear"] {