We have to adjust our theme for Drupal 8.7

Currently, it looks like this when you open the entity browser:

CommentFileSizeAuthor
test8104_1.png154.87 KBchr.fritsch
test8104_1_440x768.png76.05 KBchr.fritsch
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chr.fritsch created an issue. See original summary.

volkerk’s picture

Title: Prepare Thunder Admin Theme for Drupal 8.7 » Entity browser z-index problem (drupal 8.7)
Assigned: Unassigned » volkerk
Category: Task » Bug report
Status: Active » Needs review
volkerk’s picture

volkerk’s picture

daniel.bosen’s picture

Status: Needs review » Reviewed & tested by the community

  • daniel.bosen committed 6b5bd49 on 8.x-2.x authored by volkerk
    Issue #3025280 by chr.fritsch, volkerk, daniel.bosen: Entity browser z-...
daniel.bosen’s picture

Status: Reviewed & tested by the community » Fixed

Merged, thanks!

  • daniel.bosen committed 6b5bd49 on 8.x-3.x authored by volkerk
    Issue #3025280 by chr.fritsch, volkerk, daniel.bosen: Entity browser z-...
tgrambabu’s picture

I have solution if you are not using Layout builder module , IN core/misc/dialog/dialog.position.js and core/misc/dialog/dialog.position.es6.js

find for these two lines $element.dialog('widget').css('zIndex', 601); and replace 601 with any number above 1040 (1050)which i prefer
$('.ui-widget-overlay').css('zIndex', 601);
and popup box issue is fixed which is working for me

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.