This commit is contained in:
KONE SOREL 2026-03-12 17:53:04 +00:00
parent dd77cb860a
commit 77c61186b1
2 changed files with 5 additions and 6 deletions

View File

@ -553,7 +553,7 @@ h1, h2, h3, h4, h5, h6,
#barre_laterale_d {
position: fixed;
right: 0;
top: var(--header-height);
top: 100px;
width: var(--context-width) !important;
height: calc(100vh - var(--header-height));
background: var(--bg-surface);

View File

@ -105,9 +105,6 @@ $descriptionVue = $_SESSION['descriptionVue'];
<body class="<?= ($_SESSION['bdTests_C'] == '1') ? 'mode-test-active' : '' ?> theme-outlook">
<?php include 'includes/barre-contexte.php'; ?>
<?php include 'includes/modals.php'; ?>
<?php include 'includes/header.php'; ?>
<?php include 'includes/sidebar.php'; ?>
@ -151,6 +148,8 @@ $descriptionVue = $_SESSION['descriptionVue'];
</main>
<!-- End Main -->
<?php include 'includes/barre-contexte.php'; ?>
<?php include 'includes/modals.php'; ?>
<?php include 'includes/scripts-footer.php'; ?>
</body>
</html>