diff --git a/src/components/FloatingPanel.tsx b/src/components/FloatingPanel.tsx index 5a04259..f30ed23 100644 --- a/src/components/FloatingPanel.tsx +++ b/src/components/FloatingPanel.tsx @@ -21,6 +21,7 @@ const FloatingPanel: FunctionComponent<{ border-top-right-radius: 1vw; min-width: 10vw; min-height: 1vw; + z-index: 100; } `} {props.children}