diff --git a/src/style.css b/src/style.css index 54a9db7..e5e1734 100644 --- a/src/style.css +++ b/src/style.css @@ -15,6 +15,7 @@ body { /* width */ ::-webkit-scrollbar { width: theme('size.2'); + height: theme('size.2'); } /* Track */ @@ -28,6 +29,12 @@ body { border-radius: theme('borderRadius.md'); } +::-webkit-scrollbar-corner { + background: theme('colors.stone.900'); + border-radius: 0 0 theme('borderRadius.md') 0; + +} + /* Tooltips */ [data-tooltip] { position: relative;