From b2582dda4dd937456f5a12f5e2c5c0083dd7a599 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 26 Jun 2022 15:26:54 +0100 Subject: [PATCH] Remove forced width on dropdown --- static/src/scss/_hero.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/static/src/scss/_hero.scss b/static/src/scss/_hero.scss index 38b838e..0c3a17a 100644 --- a/static/src/scss/_hero.scss +++ b/static/src/scss/_hero.scss @@ -30,7 +30,6 @@ section.hero { } .dropdown-content { - width: 17rem; overflow-y: scroll; max-height: 50vh; }