mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
fix: prevent search being stacked on top of the form dropdown (#5523)
This commit is contained in:
parent
3056456770
commit
a9363efec1
@ -245,6 +245,8 @@ export const AdvancedPlayground: VFC<{
|
||||
sx={{
|
||||
background: theme.palette.background.elevation2,
|
||||
borderBottomLeftRadius: theme.shape.borderRadiusMedium,
|
||||
isolation: 'isolate',
|
||||
zIndex: 2,
|
||||
}}
|
||||
>
|
||||
<Paper
|
||||
@ -279,6 +281,8 @@ export const AdvancedPlayground: VFC<{
|
||||
width: resultsWidth,
|
||||
transition: 'width 0.4s ease',
|
||||
padding: theme.spacing(4, 4),
|
||||
isolation: 'isolate',
|
||||
zIndex: 1,
|
||||
})}
|
||||
>
|
||||
<ConditionallyRender
|
||||
|
Loading…
Reference in New Issue
Block a user