Skip to content

Commit 1413980

Browse files
committed
fix: z-index for popupcontainer higher than the overlay
1 parent 90144c2 commit 1413980

File tree

1 file changed

+1
-1
lines changed
  • web/src/pages/Cases/CaseDetails/MaintenanceButtons

1 file changed

+1
-1
lines changed

web/src/pages/Cases/CaseDetails/MaintenanceButtons/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const PopupContainer = styled.div`
3232
position: absolute;
3333
height: fit-content;
3434
overflow-y: auto;
35-
z-index: 1;
35+
z-index: 31;
3636
padding: 27px;
3737
gap: 16px;
3838
border: 1px solid ${({ theme }) => theme.stroke};

0 commit comments

Comments
 (0)