chore: scrollbar corner style

This commit is contained in:
2025-01-31 18:47:06 +01:00
parent 5616fbd7cf
commit 93311a130c
+7
View File
@@ -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;