fixed event type z-index (#4844)

pull/4839/head^2
Peer Richelsen 2022-10-05 13:58:59 +01:00 committed by GitHub
parent f49783b453
commit 9d299c6d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>