fixed event type z-index (#4844)

This commit is contained in:
Peer Richelsen
2022-10-05 12:58:59 +00:00
committed by GitHub
parent f49783b453
commit 9d299c6d5f
+1 -1
View File
@@ -783,7 +783,7 @@ export function ShellMain(props: LayoutProps) {
<div
className={classNames(
props.backPath ? "relative" : "fixed right-4 bottom-[75px] z-40 ",
"cta mb-4 flex-shrink-0 sm:relative sm:bottom-auto sm:right-auto sm:z-0"
"cta mb-4 flex-shrink-0 sm:relative sm:bottom-auto sm:right-auto"
)}>
{props.CTA}
</div>