1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-16 17:09:09 +00:00

Add styled scrollbar from PR

This commit is contained in:
Daniel 2023-10-05 14:22:05 +02:00
parent 30402a591b
commit 21b8c15f8f

View file

@ -29,3 +29,12 @@
display: block !important;
}
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background-color: #6c86ff80;
border-radius: 3px;
}