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;
|
height: auto;
|
||||||
min-width: $unit * 48;
|
min-width: $unit * 48;
|
||||||
// min-height: $unit-12x;
|
// min-height: $unit-12x;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
// height: 80vh;
|
// height: 80vh;
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
min-width: 580px;
|
min-width: 580px;
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,6 @@
|
||||||
#Results {
|
#Results {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 ($unit * 1.5);
|
padding: 0 ($unit * 1.5);
|
||||||
overflow-y: scroll;
|
|
||||||
|
|
||||||
@include breakpoint(phone) {
|
@include breakpoint(phone) {
|
||||||
max-height: inherit;
|
max-height: inherit;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue