ajout de table-sticky

This commit is contained in:
Jephté Clain 2025-05-12 06:21:28 +04:00
parent f7e692df0c
commit 33a10a37c2

View File

@ -34,6 +34,12 @@
.left-gap { margin-left: 1em;}
.right-gap { margin-right: 1em;}
table.table-sticky tr th {
position: sticky;
top: 0;
background-color: white;
}
/* si un navbar-form contient des btn-sm ou des btn-xs, utiliser les classes ci-dessous. */
.navbar-form-sm { margin-top: 10px; margin-bottom: 10px; }
.navbar-form-xs { margin-top: 14px; margin-bottom: 14px; }