mirror of
https://github.com/jdan/98.css.git
synced 2025-09-01 18:03:10 +02:00
Merge pull request #64 from mpopv/fix/osx-scrollbar-button
bugfix: show relevant scrollbar buttons on osx
This commit is contained in:
@@ -527,6 +527,13 @@ summary:focus {
|
|||||||
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
|
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-button:horizontal:start:decrement,
|
||||||
|
::-webkit-scrollbar-button:horizontal:end:increment,
|
||||||
|
::-webkit-scrollbar-button:vertical:start:decrement,
|
||||||
|
::-webkit-scrollbar-button:vertical:end:increment {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-button:vertical:start {
|
::-webkit-scrollbar-button:vertical:start {
|
||||||
height: 17px;
|
height: 17px;
|
||||||
background-image: svg-load("./icon/button-up.svg");
|
background-image: svg-load("./icon/button-up.svg");
|
||||||
|
Reference in New Issue
Block a user