mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 08:43:48 +03:00
add minimum scrollbar size
This commit is contained in:
parent
def79000ba
commit
8282d468e1
@ -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 New Issue
Block a user