Fix: Dashboard Tile management display on mobile sidebar themes

This commit is contained in:
Squidly271
2025-09-16 23:23:04 -04:00
committed by GitHub
parent 3ead1d4790
commit cb8a00deec

View File

@@ -2027,6 +2027,9 @@ function dialogStyle() {
$('.ui-dialog-title').css({'text-align':'center','width':'100%','font-size':'1.8rem'});
$('.ui-dialog-content').css({'padding-top':'15px','vertical-align':'bottom'});
$('.ui-button-text').css({'padding':'0px 5px'});
<? if ($themeHelper->isSidebarTheme()):?>
$('.ui-dialog').css({'z-index':'2001'});
<? endif;?>
}
function contentMgmt() {