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;