We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c4f3f commit 29f2fafCopy full SHA for 29f2faf
4 files changed
apps/site/components/Common/Searchbox/Search/index.module.css
@@ -274,7 +274,16 @@
274
align-items: center;
275
flex-direction: column;
276
justify-content: center;
277
+ margin-top: auto;
278
text-align: center;
279
+ width: 100%;
280
+ }
281
+
282
+ .searchPanelContainer {
283
+ background-color: #050505;
284
+ display: flex;
285
+ flex-direction: column;
286
+ height: 94vh;
287
}
288
289
.poweredByLink {
@@ -319,8 +328,9 @@
319
328
320
329
321
330
.searchResultsWrapper {
322
- max-height: 80vh;
323
- overflow: auto;
324
- padding-bottom: 1rem;
331
+ flex: 1 1 auto;
332
+ max-height: unset;
333
+ min-height: 0;
334
+ overflow-y: auto;
325
335
326
336
0 commit comments