ajout scroll bar

This commit is contained in:
MathieuG-P
2022-05-13 20:48:07 +02:00
parent 29cb5f45af
commit a6910dbbbf
8 changed files with 97 additions and 18042 deletions
+10
View File
@@ -0,0 +1,10 @@
::-webkit-scrollbar {
width: 4px !important;
padding: 0;
margin: 0;
display: inline;
}
::-webkit-scrollbar-thumb {
border-radius: 20px;
}