Fix CTA overflow.

This commit is contained in:
Caleb 2018-02-01 12:53:07 -07:00
parent 756d562c66
commit 3e4e482840

View File

@ -134,6 +134,8 @@
display: inline-block;
position: fixed;
right: $medium;
max-height: calc(100vh - ($xl * 1.5) - $medium);
overflow-y: auto;
}
@media screen and (min-width: 1280px) {