1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-12 23:19: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

@ -28,4 +28,13 @@
.header-two-container .header-bg {
display: block !important;
}
}
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background-color: #6c86ff80;
border-radius: 3px;
}