Files
overleaf-cep/services/web/frontend/stylesheets/components/autocomplete.scss
T
Maria Florencia Besteiro Gonzalez 71b303863b Merge pull request #32393 from overleaf/mfb-improve-styling-on-support-custom-bibtex-entry-types
Mfb improve styling on support custom bibtex entry types

GitOrigin-RevId: 091518fd80777521b2f04a6f262109ee70213cd0
2026-03-31 08:07:38 +00:00

19 lines
323 B
SCSS

.ol-autocomplete {
.dropdown-menu {
position: relative;
top: 0;
border: none;
box-shadow: none;
background-color: transparent;
padding: 0;
margin: 0;
margin-top: 2px;
max-height: 400px;
&.select-dropdown-menu-expand-up {
margin-top: 0;
margin-bottom: 2px;
}
}
}