Files
Verso/services/web/frontend/stylesheets/components/ol-autocomplete.scss
T
Maria Florencia Besteiro Gonzalez 7f7ada1b1a Merge pull request #31922 from overleaf/mfb-ol-support-custom-bibtex-entry-types
Mfb ol support custom bibtex entry types

GitOrigin-RevId: 0146080b767c9653afd6567891d6d7778858ff24
2026-03-23 09:06:23 +00:00

14 lines
230 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;
}
}