mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
fixed scrollbars (mostly) in ff...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e04e050f18
commit
acebbf51ff
@ -175,6 +175,10 @@ body {
|
|||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
|
.browse-widget * {
|
||||||
|
scrollbar-width: thin;
|
||||||
|
scrollbar-color: auto;
|
||||||
|
}
|
||||||
.browse-widget ::-webkit-scrollbar-button {
|
.browse-widget ::-webkit-scrollbar-button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -94,6 +94,10 @@
|
|||||||
width: 5px;
|
width: 5px;
|
||||||
height: 5px;
|
height: 5px;
|
||||||
}
|
}
|
||||||
|
.browse-widget .path {
|
||||||
|
scrollbar-width: thin;
|
||||||
|
scrollbar-color: auto;
|
||||||
|
}
|
||||||
.browse-widget .path:hover {
|
.browse-widget .path:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2977,7 +2977,6 @@ var TaskActions = actions.Actions({
|
|||||||
// ...feels like yes
|
// ...feels like yes
|
||||||
// XXX is context manager a special case of task manager???
|
// XXX is context manager a special case of task manager???
|
||||||
// XXX move to a separate feature...
|
// XXX move to a separate feature...
|
||||||
|
|
||||||
__contexts: null,
|
__contexts: null,
|
||||||
get contexts(){},
|
get contexts(){},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user