mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 08:16:07 +00:00
fix tags editor scrollbar ui (#7785)
Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
padding: 2px 10px;
|
||||
line-height: 1;
|
||||
max-height: 150px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.sf-metadata-delete-select-tags .sf-metadata-delete-select-tag {
|
||||
|
@@ -10,13 +10,11 @@
|
||||
}
|
||||
|
||||
.sf-metadata-tags-property-detail-editor .sf-metadata-delete-select-tags {
|
||||
min-height: 34px;
|
||||
border-bottom: none;
|
||||
background-color: inherit;
|
||||
border-radius: 0;
|
||||
border-radius: initial;
|
||||
padding: 2px 0px;
|
||||
max-height: fit-content;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.sf-metadata-tags-property-detail-editor .sf-metadata-delete-select-tags .sf-metadata-delete-select-tag {
|
||||
|
Reference in New Issue
Block a user