Skip to content
Extraits de code Groupes Projets
Valider ca2cbe8f rédigé par beatrix's avatar beatrix Validation de Eugen Rochko
Parcourir les fichiers

Fix webkit scrollbars (#7191)

* Revert "Make scroll bars wider (#7060)"

This reverts commit 11715454.

* for real make webkit scrollbar wider
parent b9c35785
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -53,6 +53,11 @@ table { ...@@ -53,6 +53,11 @@ table {
border-spacing: 0; border-spacing: 0;
} }
::-webkit-scrollbar {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: lighten($ui-base-color, 4%); background: lighten($ui-base-color, 4%);
border: 0px none $base-border-color; border: 0px none $base-border-color;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter