site: ensure search-popover z-index is higher than active tab indicator (#51451)

This commit is contained in:
DDDDD12138 2024-11-08 10:45:23 +08:00 committed by GitHub
parent 48b28e5269
commit 80819feb29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,6 +93,7 @@ const useStyle = createStyles(({ token, css }) => {
.dumi-default-search-popover {
inset-inline-start: ${token.paddingSM}px;
inset-inline-end: unset;
z-index: 1;
&::before {
inset-inline-start: 100px;
inset-inline-end: unset;