fix(tableaux): scroll horizontal via wrapper overflow-x auto #82

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Colin Maudry
2026-06-23 16:52:22 +02:00
parent ce4b06fe3d
commit 96c0b0dd35
2 changed files with 31 additions and 15 deletions
+8
View File
@@ -397,6 +397,14 @@ table.cell-table th {
display: none;
}
/* Conteneur scrollable horizontal — overflow-y:clip ne crée pas de scroll container vertical */
/* donc position:sticky sur th.dash-header reste calé sur la page */
.marches_table .dt-scroll-wrapper {
overflow-x: auto;
overflow-y: clip;
width: 100%;
}
/* Column Visibility Menu */
.column-actions {
margin-right: 8px;