mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
site: ensure search-popover z-index is higher than active tab indicator (#51451)
This commit is contained in:
parent
48b28e5269
commit
80819feb29
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user