Mfb ol support custom bibtex entry types GitOrigin-RevId: 0146080b767c9653afd6567891d6d7778858ff24
14 lines
230 B
SCSS
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;
|
|
}
|
|
}
|