mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00: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;
|
||||
height: 10px;
|
||||
}
|
||||
.browse-widget * {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: auto;
|
||||
}
|
||||
.browse-widget ::-webkit-scrollbar-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -94,6 +94,10 @@
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
}
|
||||
.browse-widget .path {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: auto;
|
||||
}
|
||||
.browse-widget .path:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@ -2977,7 +2977,6 @@ var TaskActions = actions.Actions({
|
||||
// ...feels like yes
|
||||
// XXX is context manager a special case of task manager???
|
||||
// XXX move to a separate feature...
|
||||
|
||||
__contexts: null,
|
||||
get contexts(){},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user