We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3d7d3 commit a703fa4Copy full SHA for a703fa4
1 file changed
lib/autocomplete/theme.module.scss
@@ -28,12 +28,15 @@
28
:local(.autocomplete-list) {
29
z-index: 1;
30
box-sizing: border-box;
31
- height: 45vh;
+ height: fit-content;
32
+ height: -moz-fit-content;
33
+ max-height: 300px;
34
width: 100%;
35
overflow-y: auto;
36
box-shadow: $dropdown-menu-shadow;
37
border-radius: 2px;
38
margin-top: 10px;
39
+ padding: 2% 0;
40
position: absolute;
41
background-color: white;
42
0 commit comments