Skip to content

Commit

Permalink
Fix tooltip zIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Jul 21, 2023
1 parent e3a4355 commit 4ba708a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viser/client/src/ControlPanel/ControlPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default function ControlPanel(props: { fixed_sidebar: boolean }) {
top: "50%",
transform: "translateY(-50%)",
display: showGenerated ? undefined : "none",
zIndex: 100,
}}
>
<ActionIcon
Expand Down

0 comments on commit 4ba708a

Please sign in to comment.