diff -r 01ad654237d5 -r 3f71ad81a5a9 client/src/scss/components/_ProtocolSummary.scss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/scss/components/_ProtocolSummary.scss Tue Dec 04 18:17:56 2018 +0100 @@ -0,0 +1,6 @@ +.protocol-summary { + overflow-x: hidden; + overflow-y: auto; + padding: 0.75rem 1.25rem; + +}