mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🐛 Hide scrollbars on multi selects (#2160)
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
|
||||
.el-select__tags {
|
||||
overflow-x: scroll;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.el-select__tags > span {
|
||||
|
||||
Reference in New Issue
Block a user