francescoKrnl commited on
Commit
b21e712
1 Parent(s): 5caec7a

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -1
style.css CHANGED
@@ -17,7 +17,7 @@ gradio-app {
17
  rgba(26, 43, 41, 1) 90%,
18
  rgba(26, 43, 41, 1) 100%
19
  ) !important;
20
- height: 100vh;
21
  }
22
  body > gradio-app > div > div > div > div.contain{
23
  display: flex;
 
17
  rgba(26, 43, 41, 1) 90%,
18
  rgba(26, 43, 41, 1) 100%
19
  ) !important;
20
+ height: calc(100vh - 30px);
21
  }
22
  body > gradio-app > div > div > div > div.contain{
23
  display: flex;