There was an error while loading. Please reload this page.
1 parent 0a2b288 commit 88d4d5eCopy full SHA for 88d4d5e
1 file changed
src/components/c-dropdown/index.less
@@ -34,7 +34,7 @@
34
width: fit-content;
35
min-width: fit-content !important;
36
37
- z-index: @z-index-dropdown;
+ z-index: 1;
38
39
&-menu-area {
40
border-radius: 6px;
@@ -188,3 +188,12 @@
188
.@{dropdown-prefix-cls}-slide-up-enter {
189
opacity: 1;
190
}
191
+
192
+.@{dropdown-prefix-cls}-placement-top,
193
+.@{dropdown-prefix-cls}-placement-topLeft,
194
+.@{dropdown-prefix-cls}-placement-topRight,
195
+.@{dropdown-prefix-cls}-placement-bottom,
196
+.@{dropdown-prefix-cls}-placement-bottomLeft,
197
+.@{dropdown-prefix-cls}-placement-bottomRight {
198
+ z-index: @z-index-dropdown;
199
+}
0 commit comments