diff -r 03334a31130a -r 4b780ebbedc6 client/src/components/Session.scss --- a/client/src/components/Session.scss Thu Nov 08 16:03:28 2018 +0100 +++ b/client/src/components/Session.scss Tue Nov 13 16:46:15 2018 +0100 @@ -1,17 +1,17 @@ @import 'bootstrap/scss/functions'; @import 'bootstrap/scss/variables'; - .session-container { - position: absolute; - top: 4rem; - bottom: 0; - left: 0; - right: 0; - display: flex; - flex-direction: column; - // justify-content: flex-end; - justify-content: flex; - overflow-y: hidden; +.session-container { +position: absolute; +top: 4rem; +bottom: 0; +left: 0; +right: 0; +display: flex; +flex-direction: column; +// justify-content: flex-end; +justify-content: flex; +overflow-y: hidden; .session-notes { overflow-y: hidden; width: 100%; @@ -21,13 +21,13 @@ padding-left: ($grid-gutter-width / 2); padding-right: ($grid-gutter-width / 2); } - .notes-affix { - min-width: 17%; - max-width: 17%; - > *:first-child { - max-height: calc(100%); - overflow-y: auto; - } + .notes-affix { + min-width: 17%; + max-width: 17%; + > *:first-child { + max-height: calc(100%); + overflow-y: auto; + } } .notes-list { width: 100%;