Skip to content

Commit d2ad30a

Browse files
committed
Layer autosuggest results over regular content
Otherwise they will be placed below the footer. On short pages this means that material results will not be shown.
1 parent 6819f14 commit d2ad30a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/stories/Library/autosuggest-text/autosuggest-text.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
left: 0;
66
right: 0;
77
top: calc(100% + 1px);
8-
8+
z-index: 1;
9+
910
@include breakpoint-m {
1011
padding-top: 16px;
1112
}
12-
1313

1414
&__text {
1515
height: 40px;
@@ -20,7 +20,7 @@
2020
background-color: $c-global-secondary;
2121
cursor: pointer;
2222
}
23-
23+
2424
&--highlight {
2525
background-color: $c-global-secondary;
2626
}

0 commit comments

Comments
 (0)