add scroll for cardstack overflow

This commit is contained in:
Lachlan Kermode
2019-01-17 10:35:42 +00:00
committed by Franc Camps-Febrer
parent 92a5c08b22
commit f93a1feccc

View File

@@ -9,9 +9,9 @@ $timeline-height: 170px;
position: absolute;
top: 10px;
right: 10px;
max-height: calc(100% - 208px);
max-height: calc(100% - 180px);
height: auto;
overflow: hidden;
overflow-y: scroll;
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
z-index: $header;
color: white;