| changeset 174 | ac1a026edd58 |
| parent 161 | a642639dbc07 |
--- a/client/src/components/SessionSummary.scss Fri Nov 16 11:19:13 2018 +0100 +++ b/client/src/components/SessionSummary.scss Fri Nov 16 17:01:19 2018 +0100 @@ -1,10 +1,13 @@ -.note { - &-length { - color: black; - font-size: .6rem; - } - &-time { - font-size: .7rem; +.session-summary-list { + overflow-y: auto; + .note { + &-length { + color: black; + font-size: .6rem; + } + &-time { + font-size: .7rem; + } } }