mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
right pane is now scrollable
This commit is contained in:
parent
aff02184f8
commit
abd60581be
@ -28,13 +28,14 @@ import SidePaneToggles from "./side_pane_toggles.js";
|
|||||||
|
|
||||||
const RIGHT_PANE_CSS = `
|
const RIGHT_PANE_CSS = `
|
||||||
<style>
|
<style>
|
||||||
|
#right-pane {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#right-pane .card {
|
#right-pane .card {
|
||||||
border: 0;
|
border: 0;
|
||||||
min-height: 0;
|
|
||||||
max-height: 30%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-grow: 1;
|
flex-shrink: 0;
|
||||||
flex-shrink: 1;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user