mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Change mobile search results top bar to be sticky
This commit is contained in:
parent
1969e3b9af
commit
19631c6a37
1 changed files with 9 additions and 1 deletions
|
|
@ -61,7 +61,15 @@
|
|||
.searchResultSummaryMobile {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin: 8px 24px 14px 24px;
|
||||
|
||||
background-color: var(--matterColorBright);
|
||||
width: 100vw;
|
||||
padding: 8px 24px 14px 24px;
|
||||
|
||||
/* sticky result summary in mobile */
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 9;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue