mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 13:38:12 +00:00
chore: scrollbar corner style
This commit is contained in:
@@ -15,6 +15,7 @@ body {
|
|||||||
/* width */
|
/* width */
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: theme('size.2');
|
width: theme('size.2');
|
||||||
|
height: theme('size.2');
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Track */
|
/* Track */
|
||||||
@@ -28,6 +29,12 @@ body {
|
|||||||
border-radius: theme('borderRadius.md');
|
border-radius: theme('borderRadius.md');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-corner {
|
||||||
|
background: theme('colors.stone.900');
|
||||||
|
border-radius: 0 0 theme('borderRadius.md') 0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/* Tooltips */
|
/* Tooltips */
|
||||||
[data-tooltip] {
|
[data-tooltip] {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user