From 3e4e4828401a0c57a803e588f1a39d803d86e802 Mon Sep 17 00:00:00 2001 From: Caleb Date: Thu, 1 Feb 2018 12:53:07 -0700 Subject: [PATCH] Fix CTA overflow. --- website/src/css/imports/hero.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/css/imports/hero.css b/website/src/css/imports/hero.css index bcad349a..d451689e 100644 --- a/website/src/css/imports/hero.css +++ b/website/src/css/imports/hero.css @@ -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) {