mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
Fix unexpected select disappearing in IE11, close #7934
This commit is contained in:
parent
1f70cb9722
commit
1502d3604d
@ -457,7 +457,6 @@
|
|||||||
padding-left: 0; // Override default ul/ol
|
padding-left: 0; // Override default ul/ol
|
||||||
list-style: none;
|
list-style: none;
|
||||||
max-height: 250px;
|
max-height: 250px;
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
&-item-group-list {
|
&-item-group-list {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user