fix: cycle and module quick action z-index (#4293)
This commit is contained in:
parent
80461e6484
commit
f2fa6452c9
4 changed files with 4 additions and 4 deletions
|
|
@ -202,7 +202,7 @@ export const CyclesListItem: FC<TCyclesListItem> = observer((props) => {
|
|||
<span className="h-6 w-52 flex-shrink-0" />
|
||||
</div>
|
||||
</Link>
|
||||
<div className="absolute right-5 bottom-8 z-[5] flex items-center gap-1.5">
|
||||
<div className="absolute right-5 bottom-8 flex items-center gap-1.5">
|
||||
<div className="relative flex w-full flex-shrink-0 items-center justify-between gap-2.5 md:w-auto md:flex-shrink-0 md:justify-end">
|
||||
{currentCycle && (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue