fix: Menu bg style flickering (#27640)

* fix: Menu bg style

* fix lint
This commit is contained in:
二货机器人 2020-11-09 10:13:06 +08:00 committed by GitHub
parent a2acc56235
commit 6b01e2b2fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,6 +217,7 @@
&-popup {
position: absolute;
z-index: @zindex-dropdown;
background: transparent;
border-radius: @border-radius-base;
box-shadow: none;