* adding to view * updating the portal location * add new line * updating font styling to class * Update components/Search.tsx Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> * Update components/Search.module.scss Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> * update ItemInput * using router.replace and import updates * Update components/Search.tsx Co-authored-by: Peter Bengtsson <peterbe@github.com> * run prettier * Update components/Search.tsx Co-authored-by: Peter Bengtsson <peterbe@github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> Co-authored-by: Peter Bengtsson <peterbe@github.com>
9 lines
144 B
SCSS
9 lines
144 B
SCSS
.header {
|
|
display: unset;
|
|
}
|
|
|
|
// Need children of portal root to be higher z-index to show dropdown
|
|
.portalRoot * {
|
|
z-index: 3 !important;
|
|
}
|