fix(dashboard): active rma z-index (#8854)

This commit is contained in:
Frane Polić
2024-08-28 17:54:01 +02:00
committed by GitHub
parent 52e394055c
commit d8fdf4d0b2
4 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ export const ActiveOrderClaimSection = ({
background:
"repeating-linear-gradient(-45deg, rgb(212, 212, 216, 0.15), rgb(212, 212, 216,.15) 10px, transparent 10px, transparent 20px)",
}}
className="z-10 -m-4 mb-1 border-x border-b p-4"
className="-m-4 mb-1 border-b border-l p-4"
>
<Container className="flex items-center justify-between p-0">
<div className="flex w-full flex-row justify-between">

View File

@@ -48,7 +48,7 @@ export const ActiveOrderExchangeSection = ({
background:
"repeating-linear-gradient(-45deg, rgb(212, 212, 216, 0.15), rgb(212, 212, 216,.15) 10px, transparent 10px, transparent 20px)",
}}
className="z-10 -m-4 mb-1 border-x border-b p-4"
className="-m-4 mb-1 border-b border-l p-4"
>
<Container className="flex items-center justify-between p-0">
<div className="flex w-full flex-row justify-between">

View File

@@ -51,7 +51,7 @@ export const ActiveOrderReturnSection = ({
background:
"repeating-linear-gradient(-45deg, rgb(212, 212, 216, 0.15), rgb(212, 212, 216,.15) 10px, transparent 10px, transparent 20px)",
}}
className="z-10 -m-4 mb-1 border-x border-b p-4"
className="-m-4 mb-1 border-b border-l p-4"
>
<Container className="flex items-center justify-between p-0">
<div className="flex w-full flex-row justify-between">

View File

@@ -119,7 +119,7 @@ export const OrderActiveEditSection = ({
background:
"repeating-linear-gradient(-45deg, rgb(212, 212, 216, 0.15), rgb(212, 212, 216,.15) 10px, transparent 10px, transparent 20px)",
}}
className="z-10 -m-4 mb-1 border-x border-b p-4"
className="-m-4 mb-1 border-b border-l p-4"
>
<Container className="flex items-center justify-between p-0">
<div className="flex w-full flex-col divide-y divide-dashed">