first commit
This commit is contained in:
10
admin/static/llm-modal/styles.scss
Normal file
10
admin/static/llm-modal/styles.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.scrollable-div {
|
||||
min-height: 200px;
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
.resize-vertical {
|
||||
resize: vertical;
|
||||
}
|
||||
Reference in New Issue
Block a user