feat(DropdownMenu): content max height (#4609)

This commit is contained in:
neverland
2019-09-27 17:41:54 +08:00
committed by GitHub
parent b8daee5551
commit ffdb823117
3 changed files with 17 additions and 59 deletions
+1
View File
@@ -28,6 +28,7 @@
&__content {
position: absolute;
max-height: @dropdown-menu-content-max-height;
}
&__icon {