Fix scrollbars in search
This commit is contained in:
parent
15ea333199
commit
00de1bc91b
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@
|
|||
#Results {
|
||||
margin: 0;
|
||||
padding: 0 ($unit * 1.5);
|
||||
overflow-y: scroll;
|
||||
|
||||
@include breakpoint(phone) {
|
||||
max-height: inherit;
|
||||
|
|
|
|||
Loading…
Reference in a new issue