mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 05:28:12 +00:00
chore: scrollbar corner style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user