Update static/style.css
Browse files- static/style.css +2 -1
static/style.css
CHANGED
@@ -62,6 +62,7 @@ button:hover {
|
|
62 |
/* === Custom Dropdown Styles === */
|
63 |
.dropdown {
|
64 |
position: relative;
|
|
|
65 |
}
|
66 |
|
67 |
.options {
|
@@ -151,7 +152,7 @@ form#chatForm {
|
|
151 |
/* === Config Panel Behavior === */
|
152 |
#configPanel {
|
153 |
max-height: 1000px;
|
154 |
-
overflow:
|
155 |
transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
|
156 |
}
|
157 |
|
|
|
62 |
/* === Custom Dropdown Styles === */
|
63 |
.dropdown {
|
64 |
position: relative;
|
65 |
+
overflow: visible;
|
66 |
}
|
67 |
|
68 |
.options {
|
|
|
152 |
/* === Config Panel Behavior === */
|
153 |
#configPanel {
|
154 |
max-height: 1000px;
|
155 |
+
overflow: visible;
|
156 |
transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
|
157 |
}
|
158 |
|