mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
parent
b617b41dcb
commit
0154154c9b
@ -318,15 +318,14 @@
|
|||||||
|
|
||||||
// Reset menu
|
// Reset menu
|
||||||
.@{dropdown-prefix-cls}-menu {
|
.@{dropdown-prefix-cls}-menu {
|
||||||
|
// https://github.com/ant-design/ant-design/issues/4916
|
||||||
|
// https://github.com/ant-design/ant-design/issues/19542
|
||||||
|
max-height: calc(100vh - 130px);
|
||||||
|
overflow-x: hidden;
|
||||||
border: 0;
|
border: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
||||||
// https://github.com/ant-design/ant-design/issues/4916
|
|
||||||
&-without-submenu {
|
|
||||||
max-height: 400px;
|
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
min-width: 96px;
|
min-width: 96px;
|
||||||
background-color: @table-filter-dropdown-bg;
|
background-color: @table-filter-dropdown-bg;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user