We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0974f5f commit ed73e41Copy full SHA for ed73e41
src/search/components/input/SearchOverlay.module.scss
@@ -23,7 +23,7 @@
23
width: searchVariables.$smSearchOverlayWidth !important;
24
max-width: 100%;
25
height: auto;
26
- max-height: 90vh;
+ max-height: 95vh;
27
overflow-y: auto;
28
29
display: flex;
@@ -67,6 +67,12 @@
67
padding: 5px 16px 13px 16px;
68
width: 100%;
69
background-color: var(--overlay-bgColor);
70
+ overflow-y: auto;
71
+ min-height: 15vh;
72
+
73
+ @include breakpoint(sm) {
74
+ min-height: fit-content !important;
75
+ }
76
}
77
78
.betaToken {
0 commit comments