Skip to content

Commit 29f2faf

Browse files
committed
mobile enhacements
1 parent 78c4f3f commit 29f2faf

4 files changed

Lines changed: 351 additions & 201 deletions

File tree

apps/site/components/Common/Searchbox/Search/index.module.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,16 @@
274274
align-items: center;
275275
flex-direction: column;
276276
justify-content: center;
277+
margin-top: auto;
277278
text-align: center;
279+
width: 100%;
280+
}
281+
282+
.searchPanelContainer {
283+
background-color: #050505;
284+
display: flex;
285+
flex-direction: column;
286+
height: 94vh;
278287
}
279288

280289
.poweredByLink {
@@ -319,8 +328,9 @@
319328
}
320329

321330
.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;
325335
}
326336
}

0 commit comments

Comments
 (0)