zotero/scss/elements/_contextPane.scss

16 lines
285 B
SCSS
Raw Normal View History

2024-01-30 10:43:16 +00:00
context-pane {
-moz-box-orient: vertical;
2024-03-03 10:28:30 +00:00
#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;
}
2024-01-30 10:43:16 +00:00
}