PendalF89 / yii2-filemanager

Yii2 file manager
MIT License
129 stars 94 forks source link

z-index width Tiny MCE #7

Open amehat opened 9 years ago

amehat commented 9 years ago

Hello,

thank you for this great extensions. I have a problem with it when I use it with TinyMCE (web version):

Result: impossible to select an image.

I looked in the code a solution, but for now, I have found nothing.

How can I fix this?

Thank you in advance for your reply.

Arnaud

PendalF89 commented 9 years ago

Hello! Thank you for using my extension! I think this problem related with css stylesheet. Try to change z-index on filemanager modal window.

amehat commented 9 years ago

Thank you for your reply. This is what I've done , but it changes nothing. TinyMCE seems tailor its z-index to the modal it opens .

chaiml commented 8 years ago

This works for me after I modified the following line in yii2-filemanager/assets/source/css/modal.css:

[role="filemanager-modal"] {
  z-index: 700001212112 !important;
}