Work around FF 60 ESR + Apple Silicon issue causing 40-60% CPU usage:

It seems that style calculation gets insane when `overflow: auto` is used inside a collapsed box (specifically inside contextPane), although there might be more factors
This commit is contained in:
Martynas Bagdonas 2021-11-16 17:12:18 +02:00
parent 54588453dc
commit 8f4084d374
2 changed files with 6 additions and 1 deletions

View file

@ -86,3 +86,8 @@
overflow: hidden;
text-overflow: ellipsis;
}
#zotero-context-pane[collapsed=true] .notes-list-container,
#zotero-context-pane[collapsed=true] .zotero-view-item > tabpanel > * {
overflow: unset !important;
}

@ -1 +1 @@
Subproject commit ba21a98eb3bbb820c24847117473b3c751b2f248
Subproject commit 86259b8ea386831ff8c40422aa85f896270352f0