unhides scroll bar and adjusts overflow to remove whitespace at bottom (#9767)

This commit is contained in:
Cassidy Pignatello
2018-01-12 17:38:54 -05:00
committed by Sabe Jones
parent 9bb7c6ece0
commit 2ed4df0b7c

View File

@@ -57,10 +57,10 @@
height: 460px; height: 460px;
width: 320px; width: 320px;
top: 2.5em; top: 2.5em;
left: -22em; left: -23em;
z-index: -1; z-index: -1;
padding: 2em; padding: 2em;
overflow: scroll; overflow-y: auto;
h3 { h3 {
color: $white; color: $white;