fix: avoid header creating own stacking context
This commit is contained in:
@@ -39,12 +39,12 @@ export default function Alert({
|
||||
<div className={styles.innerContent}>
|
||||
<div className={styles.textWrapper}>
|
||||
{heading ? (
|
||||
<Body className={styles.heading} textTransform="bold" asChild>
|
||||
<Body textTransform="bold" asChild>
|
||||
<h2>{heading}</h2>
|
||||
</Body>
|
||||
) : null}
|
||||
{text ? (
|
||||
<Body className={styles.text}>
|
||||
<Body>
|
||||
{text}
|
||||
{phoneContact?.phoneNumber ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user