mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +00:00
add minimum scrollbar size
This commit is contained in:
parent
def79000ba
commit
8282d468e1
1 changed files with 3 additions and 2 deletions
|
@ -115,14 +115,15 @@ export const gallerySliderPreview = style({
|
||||||
height: "100%",
|
height: "100%",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
position: "relative",
|
position: "relative",
|
||||||
overflowX: "scroll",
|
overflowX: "auto",
|
||||||
overflowY: "hidden",
|
overflowY: "hidden",
|
||||||
"@media": {
|
"@media": {
|
||||||
"(min-width: 1280px)": {
|
"(min-width: 1280px)": {
|
||||||
width: "60%",
|
width: "60%",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"::-webkit-scrollbar": {
|
"::-webkit-scrollbar-thumb": {
|
||||||
|
width: "20%"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue