[bugfix] DropdownMenu: incorrect style when inside NavBar (#4098)

This commit is contained in:
neverland
2019-08-12 16:55:01 +08:00
committed by GitHub
parent f728931527
commit 432fdcbe87
5 changed files with 28 additions and 20 deletions
+4
View File
@@ -6,6 +6,10 @@
left: 0;
overflow: hidden;
&__option {
text-align: left;
}
&--up {
top: 0;
}