| changeset 63 | 4088f8dc6b52 |
| parent 45 | c20f32e92759 |
| child 72 | 7634b424f426 |
--- a/client/src/App.scss Tue Jun 20 14:13:15 2017 +0200 +++ b/client/src/App.scss Tue Jun 20 16:08:12 2017 +0200 @@ -94,9 +94,20 @@ flex-direction: column; justify-content: flex-end; .session-notes { - overflow-y: auto; + overflow-y: hidden; width: 100%; + display: flex; flex: 1; + > * { + padding-left: ($grid-gutter-width / 2); + padding-right: ($grid-gutter-width / 2); + } + .notes-affix { + min-width: 25%; + } + .notes-list { + overflow-y: auto; + } } }