Fixed: Search suggestion popout was clipped on mobile
This commit is contained in:
parent
3061efcc61
commit
ce7183ef9c
4 changed files with 12 additions and 0 deletions
|
|
@ -251,6 +251,9 @@ body.layout-single-column {
|
|||
flex: unset;
|
||||
height: auto;
|
||||
}
|
||||
.layout-single-column .columns-area--mobile .column:focus-within {
|
||||
overflow: visible;
|
||||
}
|
||||
.layout-single-column .scrollable,
|
||||
.layout-single-column .column > .scrollable {
|
||||
max-height: max-content;
|
||||
|
|
|
|||
|
|
@ -251,6 +251,9 @@ body.layout-single-column {
|
|||
flex: unset;
|
||||
height: auto;
|
||||
}
|
||||
.layout-single-column .columns-area--mobile .column:focus-within {
|
||||
overflow: visible;
|
||||
}
|
||||
.layout-single-column .scrollable,
|
||||
.layout-single-column .column > .scrollable {
|
||||
max-height: max-content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue