zotero/scss/elements/_contextPane.scss
2024-03-30 00:58:58 -04:00

15 lines
285 B
SCSS

context-pane {
-moz-box-orient: vertical;
#zotero-context-pane-item-deck,
#zotero-context-pane-notes-deck {
position: absolute;
height: 100%;
width: 100%;
}
.zotero-context-notes-list {
min-width: 0;
min-height: 0;
}
}