mirror of
https://github.com/zotero/zotero.git
synced 2026-09-07 08:26:14 +00:00
15 lines
285 B
SCSS
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;
|
|
}
|
|
}
|