mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 14:49:01 +02:00
71b303863b
Mfb improve styling on support custom bibtex entry types GitOrigin-RevId: 091518fd80777521b2f04a6f262109ee70213cd0
19 lines
323 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|