1
0
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:
Aries
2025-04-29 16:33:23 +08:00
committed by GitHub
parent 22e19339fb
commit d84e4870d3
2 changed files with 2 additions and 4 deletions

View File

@@ -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 {

View File

@@ -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 {