All questions about EDocman extension

Modal for download document problem

More
5 years 10 months ago #125676 by Daniel Luetolf

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago - 5 years 10 months ago #125677 by Mr. Dam
Replied by Mr. Dam on topic Modal for download document problem
Hi,
Please open Edocman Configuration -> Tab: Custom CSS and add
Code:
.modal-backdrop { z-index:-1 !important; }
Good luck
Dam
Last edit: 5 years 10 months ago by Mr. Dam.

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #125678 by IdB
Replied by IdB on topic Modal for download document problem
I got this code and this worked for my site:

.modal-backdrop{
position: relative !important;
z-index:-1 !important;
}
The following user(s) said Thank You: Daniel Luetolf

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago - 5 years 10 months ago #125679 by Daniel Luetolf
Replied by Daniel Luetolf on topic Modal for download document problem
Thank you Dam.
But it's still not working.
Attachments:
Last edit: 5 years 10 months ago by Daniel Luetolf.

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #125680 by Daniel Luetolf
Replied by Daniel Luetolf on topic Modal for download document problem
It works :-) Thanks a lot

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam