Skip to content

Commit e3263ae

Browse files
committed
SVYX-1128 Typeahead dropdown caret [AI]
extra fix for firefox and safari
1 parent 8676827 commit e3263ae

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

components/projects/bootstrapcomponents/svy_bootstrapcomponents.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,13 @@ body > .dropdown{
485485
}
486486
bootstrapcomponents-typeahead {
487487
position: relative;
488+
display: flex;
489+
}
490+
.svy-wrapper bootstrapcomponents-typeahead {
491+
height: 100%;
492+
}
493+
.svy-layoutcontainer > bootstrapcomponents-typeahead {
494+
height: unset;
488495
}
489496
bootstrapcomponents-typeahead input.bts-typeahead.showAsCombo {
490497
cursor: pointer;

0 commit comments

Comments
 (0)