chansung commited on
Commit
33f4958
β€’
1 Parent(s): 48d464f

Update constants/styles.css

Browse files
Files changed (1) hide show
  1. constants/styles.css +2 -2
constants/styles.css CHANGED
@@ -83,7 +83,7 @@ h3 {
83
  padding: 20px;
84
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
85
  border-radius: 30px;
86
- height: 80%;
87
  width: 80%;
88
 
89
  position: fixed;
@@ -112,7 +112,7 @@ h3 {
112
  }
113
 
114
  #chatbot-inside {
115
- height: 500px !important;
116
  border-width: 1px !important;
117
  border-color: lightgray !important;
118
  }
 
83
  padding: 20px;
84
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
85
  border-radius: 30px;
86
+ height: 600px;
87
  width: 80%;
88
 
89
  position: fixed;
 
112
  }
113
 
114
  #chatbot-inside {
115
+ height: 100% !important;
116
  border-width: 1px !important;
117
  border-color: lightgray !important;
118
  }