🐛 Hide scrollbars on multi selects (#2160)

This commit is contained in:
Mutasem Aldmour
2021-09-03 11:08:50 +02:00
committed by GitHub
parent 833b47c5a2
commit e928fb182b
2 changed files with 5 additions and 1 deletions

View File

@@ -15,6 +15,10 @@
.el-select__tags {
overflow-x: scroll;
&::-webkit-scrollbar {
display: none;
}
}
.el-select__tags > span {