75px -> 88px (#6152)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/6153/head
parent
23450b61e0
commit
3b91cc7f02
|
@ -836,7 +836,7 @@ export function ShellMain(props: LayoutProps) {
|
||||||
{props.CTA && (
|
{props.CTA && (
|
||||||
<div
|
<div
|
||||||
className={classNames(
|
className={classNames(
|
||||||
props.backPath ? "relative" : "fixed right-4 bottom-[75px] z-40 ",
|
props.backPath ? "relative" : "fixed right-4 bottom-[88px] z-40 ",
|
||||||
"flex-shrink-0 sm:relative sm:bottom-auto sm:right-auto"
|
"flex-shrink-0 sm:relative sm:bottom-auto sm:right-auto"
|
||||||
)}>
|
)}>
|
||||||
{props.CTA}
|
{props.CTA}
|
||||||
|
|
Loading…
Reference in New Issue