seawolf2357 commited on
Commit
635a5d9
·
verified ·
1 Parent(s): 5b7954c

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +7 -0
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
  }