Files
kupshop/admin/static/llm-modal/styles.scss
2025-08-02 16:30:27 +02:00

11 lines
154 B
SCSS

.scrollable-div {
min-height: 200px;
max-height: 300px;
overflow: auto;
scroll-behavior: smooth;
}
.resize-vertical {
resize: vertical;
}