Modal z-index important

This commit is contained in:
KONE SOREL 2025-12-29 09:25:45 +00:00
parent cf78979ffc
commit f2fb8d14de
2 changed files with 2 additions and 2 deletions

View File

@ -687,7 +687,7 @@ body {
font-weight: 600;
}
.modal {z-index: 10000;}
.modal {z-index: 10000 !important;}
/* ============================================
RESPONSIVE DESIGN

View File

@ -119,7 +119,7 @@ $activeChildId = $menuData['child'];
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.29.00" rel="stylesheet">
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.29.01" rel="stylesheet">
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
<!-- ============================================