Skip to content
Snippets Groups Projects
Unverified Commit bd29f819 authored by github-automation-metabase's avatar github-automation-metabase Committed by GitHub
Browse files

:robot: backported "Give the command palette a higher z-index" (#49435)


* Give the command palette a higher z-index (#49387)

* kick ci

---------

Co-authored-by: default avatarRaphael Krut-Landau <raphael.kl@gmail.com>
parent 5f4ba5a7
Branches
Tags
No related merge requests found
......@@ -44,18 +44,9 @@ const PaletteContainer = () => {
});
return (
<Overlay opacity={0.5}>
<Overlay zIndex={500} opacity={0.5}>
<Center>
<Card
ref={ref}
w="640px"
mt="10vh"
p="0"
style={{
zIndex: 100,
}}
data-testid="command-palette"
>
<Card ref={ref} w="640px" mt="10vh" p="0" data-testid="command-palette">
<Box w="100%" p="1.5rem" pb="0">
<PaletteInput
defaultPlaceholder={t`Search for anything or jump somewhere…`}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment