Skip to content

Commit 924a004

Browse files
committed
Follow on
1 parent 505a52d commit 924a004

File tree

5 files changed

+210
-173
lines changed

5 files changed

+210
-173
lines changed

frontend/public/components/_autocomplete.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.co-suggestion-box {
2-
background-color: var(--pf-t--global--background--color--primary--default);
3-
z-index: 5;
2+
position: relative;
43
width: 100%;
4+
z-index: var(--pf-t--global--z-index--sm);
55
@media (max-width: $screen-xs-min) {
66
max-width: calc(100% - 95px);
77
}
@@ -11,12 +11,12 @@
1111
}
1212

1313
.co-suggestion-box__suggestions {
14-
background-color: var(--pf-t--global--background--color--primary--default);
15-
/* To make the suggestion box hover on top of the table */
16-
margin-bottom: -19em;
14+
background-color: var(--pf-t--global--background--color--floating--default);
1715
display: flex;
1816
flex-direction: column;
1917
gap: var(--pf-t--global--spacer--gap--group--vertical);
18+
position: absolute;
19+
width: 100%;
2020
@media (min-width: $screen-xs-min) and (max-width: $screen-sm-min) {
2121
max-width: 200px;
2222
}

0 commit comments

Comments
 (0)