fixed scrollbars (mostly) in ff...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-12-26 19:30:26 +03:00
parent e04e050f18
commit acebbf51ff
3 changed files with 8 additions and 1 deletions

View File

@ -175,6 +175,10 @@ body {
width: 10px;
height: 10px;
}
.browse-widget * {
scrollbar-width: thin;
scrollbar-color: auto;
}
.browse-widget ::-webkit-scrollbar-button {
display: none;
}

View File

@ -94,6 +94,10 @@
width: 5px;
height: 5px;
}
.browse-widget .path {
scrollbar-width: thin;
scrollbar-color: auto;
}
.browse-widget .path:hover {
opacity: 1;
}

View File

@ -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(){},