Commit c0469ef7 authored by Samir Sadyhov's avatar Samir Sadyhov 🤔

fix getFullModalDialog in UTILS.js

parent b57e9c9e
......@@ -197,7 +197,7 @@ UTILS.getDialogFinishProcess = async (title, buttons, typeID, handler) => {
}
UTILS.getFullModalDialog = (title = '', body) => {
const dialog = $('<div class="uk-modal-full" uk-modal="stack: true;">');
const dialog = $('<div class="uk-modal-full" uk-modal="stack: true;" style="z-index: 500;">');
const md = $('<div class="uk-modal-dialog" style="height: 100%; background: #d3d3d3;">');
const header = $('<div>', {class: 'uk-modal-header', style: 'width: 100%; height: 40px;'});
const titleHeader = $('<h3>');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment