fix style

This commit is contained in:
tommy
2025-11-03 17:33:46 +08:00
parent b9124b384f
commit ae79bba769
3 changed files with 24 additions and 14 deletions

View File

@@ -1038,6 +1038,12 @@
z-index: 45;
}
.ui-popover-trigger {
position: relative;
display: inline-flex;
align-items: center;
}
.ui-popover[data-placement="top"] {
transform: translate(-50%, -0.75rem);
}