mirror of https://github.com/ElemeFE/element
Cascader: show scroll only when overflowing
parent
290e68ea6a
commit
a7cf6b79ce
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
|
||||
@include e(wrap) {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
|
||||
@include m(hidden-default) {
|
||||
|
|
Loading…
Reference in New Issue