Add rolls and new fixes
All checks were successful
Release Creation / build (release) Successful in 1m2s
All checks were successful
Release Creation / build (release) Successful in 1m2s
This commit is contained in:
@@ -24,6 +24,12 @@
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.scrollable-content {
|
||||
max-height: 600px; // Définissez la hauteur maximale selon vos besoins
|
||||
overflow-y: auto; // Active le défilement vertical quand nécessaire
|
||||
padding-right: 10px; // Espace pour la barre de défilement
|
||||
}
|
||||
|
||||
nav.tabs [data-tab] {
|
||||
color: var(--title-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user