mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-24 11:02:12 -08:00
💄 Fix issue that it did display scroll bars next to selects
This commit is contained in:
parent
bb476ae99f
commit
fc2b3d15c0
|
@ -554,7 +554,8 @@ export default mixins(
|
|||
}
|
||||
|
||||
.el-select {
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue