Photoswipe covered by wp admin bar
-
When logged in to wp, Photoswipe control buttons at top is covered by wp admin bar. Admin bar has z-index 99999 while Photoswipe z-index is only 1500.
This is easy solved in theme css with:
.pswp { z-index: 100000; }
but I think this should be changed in the plugin.Nice work otherwise ??
- The topic ‘Photoswipe covered by wp admin bar’ is closed to new replies.