Update app.css
Browse files
app.css
CHANGED
@@ -81,4 +81,11 @@ footer, .footer, div[class*="footer"], #footer {
|
|
81 |
.ant-input-textarea-large {
|
82 |
height: auto !important;
|
83 |
min-height: 300px !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
}
|
|
|
81 |
.ant-input-textarea-large {
|
82 |
height: auto !important;
|
83 |
min-height: 300px !important;
|
84 |
+
}
|
85 |
+
|
86 |
+
.setting-buttons {
|
87 |
+
position: absolute;
|
88 |
+
top: 10px;
|
89 |
+
right: 10px;
|
90 |
+
z-index: 1000;
|
91 |
}
|