diff -r b2514a9bcd49 -r 4088f8dc6b52 client/src/App.scss --- 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; + } } }