From 2ed4df0b7c3af00653b71fcdb27fc2bcbee5c0b7 Mon Sep 17 00:00:00 2001 From: Cassidy Pignatello Date: Fri, 12 Jan 2018 17:38:54 -0500 Subject: [PATCH] unhides scroll bar and adjusts overflow to remove whitespace at bottom (#9767) --- website/client/components/groups/startQuestModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/client/components/groups/startQuestModal.vue b/website/client/components/groups/startQuestModal.vue index 28982513fd..66bee4afe1 100644 --- a/website/client/components/groups/startQuestModal.vue +++ b/website/client/components/groups/startQuestModal.vue @@ -57,10 +57,10 @@ height: 460px; width: 320px; top: 2.5em; - left: -22em; + left: -23em; z-index: -1; padding: 2em; - overflow: scroll; + overflow-y: auto; h3 { color: $white;