From 00de1bc91bcca7730c3289e74e13438edb9fc67f Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 12 Apr 2023 04:56:45 -0700 Subject: [PATCH] Fix scrollbars in search --- components/common/DialogContent/index.scss | 2 +- components/search/SearchModal/index.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/common/DialogContent/index.scss b/components/common/DialogContent/index.scss index 8603f748..77308914 100644 --- a/components/common/DialogContent/index.scss +++ b/components/common/DialogContent/index.scss @@ -29,7 +29,7 @@ height: auto; min-width: $unit * 48; // min-height: $unit-12x; - overflow-y: scroll; + overflow-y: auto; // height: 80vh; max-height: 80vh; min-width: 580px; diff --git a/components/search/SearchModal/index.scss b/components/search/SearchModal/index.scss index f507f592..3d3638f7 100644 --- a/components/search/SearchModal/index.scss +++ b/components/search/SearchModal/index.scss @@ -61,7 +61,6 @@ #Results { margin: 0; padding: 0 ($unit * 1.5); - overflow-y: scroll; @include breakpoint(phone) { max-height: inherit;