balibabu
fix: #567 use modal to upload files in the knowledge base (#601)
4c6dadf
raw
history blame
107 Bytes
.uploader {
:global {
.ant-upload-list {
max-height: 40vh;
overflow-y: auto;
}
}
}