diff -r 0e6703cd0968 -r ac1a026edd58 client/src/components/ProtocolSummary.scss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/ProtocolSummary.scss Fri Nov 16 17:01:19 2018 +0100 @@ -0,0 +1,6 @@ +.protocol-summary { + overflow-x: hidden; + overflow-y: auto; + padding: 0.75rem 1.25rem; + +}