Fix scrollbars in search

This commit is contained in:
Justin Edmund 2023-04-12 04:56:45 -07:00
parent 15ea333199
commit 00de1bc91b
2 changed files with 1 additions and 2 deletions

View file

@ -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;

View file

@ -61,7 +61,6 @@
#Results {
margin: 0;
padding: 0 ($unit * 1.5);
overflow-y: scroll;
@include breakpoint(phone) {
max-height: inherit;