openeuropa / oe_bootstrap_theme

Bootstrap-based theme
European Union Public License 1.2
6 stars 13 forks source link

Admin toolbar media gallery modal z-index issue #325

Closed kp77 closed 1 year ago

kp77 commented 1 year ago

The media gallery modal is using a z-index value of 120. The drupal admin toolbar is using a z-index value of 5000, set by the base theme. Even if the base theme would not set this high z-index value, the default would be 502 for the toolbar.

Because of this, the close button is not available for the media gallery, when the toolbar is displayed:

media_gallery_admin_toolbar_z_index

Not sure if this should be fixed in the theme or in BCL, but posting it here as this is a Drupal related issue so the theme seems more relevant.