zotero-better-notes/addon/chrome/content/styles/templatePicker.css

25 lines
319 B
CSS

dialog {
-moz-window-dragging: drag;
max-height: 700px;
}
.viewport-container {
-moz-window-dragging: no-drag;
height: 100%;
}
.viewport {
width: 100%;
}
#table-container {
width: 100%;
height: 100%;
overflow: auto;
background: var(--material-background);
}
.virtualized-table {
height: 100%;
}