mirror of https://github.com/ElemeFE/element
add max-height to transfer-panel (#9362)
parent
275d6d24da
commit
c3b0d8ee9e
|
@ -66,6 +66,7 @@
|
|||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: $--transfer-panel-width;
|
||||
max-height: 100%;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
|
||||
|
|
Loading…
Reference in New Issue