fix banner z-index (#5707)

* fix: 404 page for undefined events

* remove prev code merge

* change: z-index value of banner

Co-authored-by: Guest <guest@pop-os.localdomain>
This commit is contained in:
Harsh Singh
2022-11-27 11:49:16 +00:00
committed by GitHub
co-authored by Guest
parent 0b5a0186bc
commit dcd9ff72b7
@@ -23,7 +23,7 @@ export function TopBanner(props: TopBannerProps) {
<div
data-testid="banner"
className={classNames(
" z-50 flex min-h-[40px] w-full items-start justify-between gap-8 bg-gray-50 px-4 text-center sm:items-center",
" z-30 flex min-h-[40px] w-full items-start justify-between gap-8 bg-gray-50 px-4 text-center sm:items-center",
variantClassName[variant]
)}>
<div className="flex flex-1 items-center justify-center gap-2 p-1">