This commit is contained in:
KONE SOREL 2026-03-12 18:06:27 +00:00
parent 562a9507df
commit 618ab7a3e7
2 changed files with 2 additions and 10 deletions

View File

@ -92,14 +92,6 @@ cursor: pointer;
visibility:hidden
}
#barre_laterale_d{
position:fixed;
top: 106px;
display : none;
/*z-index:1001;*/
margin-right:2px;
}
/* style la barre de navigation horizontale */
div.scrollmenu {

View File

@ -553,7 +553,7 @@ h1, h2, h3, h4, h5, h6,
#barre_laterale_d {
position: fixed;
right: 0;
top: 80px;
top: var(--header-height);
width: var(--context-width) !important;
height: calc(100vh - var(--header-height));
background: var(--bg-surface);
@ -1518,7 +1518,7 @@ select[class*="selectpicker"],
body.toggle-sidebar #main {
margin-left: 68px !important;
}
/* Masquer textes et chevrons */
body.toggle-sidebar #sidebar .nav-link span,
body.toggle-sidebar #sidebar .nav-link .bi-chevron-down,