Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit ebf26e7

Browse files
committed
Fix bug: delete product modal no longer covered by slideshow images
1 parent 2e7d154 commit ebf26e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/components/pages/adminDashboard/products/ProductComponent.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,8 @@
4545
.row:last-of-type {
4646
margin-top: 24px;
4747
}
48+
}
49+
50+
.ReactModal__Overlay.ReactModal__Overlay--after-open {
51+
z-index: 1000;
4852
}

0 commit comments

Comments
 (0)