mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 12:39:04 +01:00
18 lines
300 B
CSS
18 lines
300 B
CSS
.note-list-widget {
|
|
min-height: 0;
|
|
overflow: auto;
|
|
contain: none !important;
|
|
}
|
|
|
|
.note-list-widget .note-list {
|
|
padding: 10px;
|
|
}
|
|
|
|
.note-list-widget.full-height,
|
|
.note-list-widget.full-height .note-list-widget-content {
|
|
height: 100%;
|
|
}
|
|
|
|
.note-list-widget video {
|
|
height: 100%;
|
|
} |