fii00 commited on
Commit
21ed6ae
·
verified ·
1 Parent(s): 4e753f5

Update static/css/chatbot.css

Browse files
Files changed (1) hide show
  1. static/css/chatbot.css +1 -1
static/css/chatbot.css CHANGED
@@ -28,7 +28,7 @@
28
  font-family: 'Inter', sans-serif;
29
  background-color: var(--dark-bg);
30
  color: var(--light);
31
- height: 100vh;
32
  overflow: hidden;
33
  display: flex;
34
  }
 
28
  font-family: 'Inter', sans-serif;
29
  background-color: var(--dark-bg);
30
  color: var(--light);
31
+ height: 100%;
32
  overflow: hidden;
33
  display: flex;
34
  }