PHRAS-2216 #comment Refacto Help -About #time 3h

This commit is contained in:
Harrys Ravalomanana
2020-02-06 19:08:17 +04:00
parent b2ea160edb
commit 8f3b06f37f
5 changed files with 60 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ var commonModule = (function ($, p4) {
.empty()
.append(el.attr('infos'))
.dialog({
title: 'About',
autoOpen: false,
closeOnEscape: true,
resizable: false,
@@ -106,7 +106,7 @@ var commonModule = (function ($, p4) {
backgroundColor: '#000',
opacity: 0.7
}
}).dialog('open').css({'overflow-x': 'auto', 'overflow-y': 'auto'});
}).dialog('open').css({'overflow-x': 'auto', 'overflow-y': 'hidden', 'padding': '0'});
}