themeum / tutor

A complete WordPress LMS plugin to create any e-learning website easily.
https://www.themeum.com/product/tutor-lms/
GNU General Public License v3.0
77 stars 63 forks source link

chore: Update usePortalPopover and modal component zIndex handling #1024

Closed b-l-i-n-d closed 2 weeks ago

b-l-i-n-d commented 2 weeks ago

This commit updates usePortalPopover to fix scrolling and position and Modal component to handle the zIndex property. It replaces the usage of the zIndex constant from the @Config/styles module with the configZIndex constant. This change ensures consistent handling of the zIndex value throughout the component.