mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
Fix z-index on date card annotation
This commit is contained in:
parent
9098bba37c
commit
cec3ef2549
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const DateCard: React.VoidFunctionComponent<DateCardProps> = ({
|
|||
)}
|
||||
>
|
||||
{annotation ? (
|
||||
<div className="absolute -top-3 -right-3">{annotation}</div>
|
||||
<div className="absolute -top-3 -right-3 z-20">{annotation}</div>
|
||||
) : null}
|
||||
<div className="relative -mt-2 mb-[-1px] text-xs text-slate-400">
|
||||
<span className="relative z-10 inline-block px-1 after:absolute after:left-0 after:top-[7px] after:-z-10 after:inline-block after:w-full after:border-t after:border-white after:content-['']">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue