This commit is contained in:
Manav Rathi 2024-10-10 09:42:27 +05:30
parent 145c7356a8
commit 126904c68f
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
/**
* PhotoSwipe sets the zIndex of its "pswp" class to 1500. We need to go higher
* than that for our drawers and dialogs to show above it.
* than that for our drawers and dialogs to get them to show above it.
*/
export const photoSwipeZIndex = 1500;