Commit b60507a0 authored by isstuev's avatar isstuev

fix popover z-index

parent 4d8d344d
...@@ -14,7 +14,7 @@ const $arrowBg = cssVar('popper-arrow-bg'); ...@@ -14,7 +14,7 @@ const $arrowBg = cssVar('popper-arrow-bg');
const $arrowShadowColor = cssVar('popper-arrow-shadow-color'); const $arrowShadowColor = cssVar('popper-arrow-shadow-color');
const baseStylePopper = defineStyle({ const baseStylePopper = defineStyle({
zIndex: 10, zIndex: 20,
}); });
const baseStyleContent = defineStyle((props) => { const baseStyleContent = defineStyle((props) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment