diff --git a/src/assets/global.less b/src/assets/global.less index 804d11c..896281c 100644 --- a/src/assets/global.less +++ b/src/assets/global.less @@ -3,6 +3,23 @@ @tailwind components; @tailwind utilities; +::-webkit-scrollbar { + width: 8px; + height: 8px; +} + +::-webkit-scrollbar-thumb { + border-radius: 4px; + box-shadow: inset 0 0 5px rgba(69, 69, 69, 0.1); + background: rgba(116, 113, 113, 0.5); +} + +::-webkit-scrollbar-track { + box-shadow: inset 0 0 5px rgba(49, 49, 49, 0.04); + border-radius: 4px; + background: rgba(255, 255, 255, 0.04); +} + html, body { font-family: MiSans;