right pane is now scrollable

This commit is contained in:
zadam 2020-03-07 14:18:58 +01:00
parent aff02184f8
commit abd60581be

View File

@ -28,13 +28,14 @@ import SidePaneToggles from "./side_pane_toggles.js";
const RIGHT_PANE_CSS = `
<style>
#right-pane {
overflow: auto;
}
#right-pane .card {
border: 0;
min-height: 0;
max-height: 30%;
display: flex;
flex-grow: 1;
flex-shrink: 1;
flex-shrink: 0;
flex-direction: column;
}