redesign search panel

This commit is contained in:
2021-02-04 20:25:07 +01:00
parent b994b79c98
commit c712d614e1
9 changed files with 67 additions and 28 deletions

View File

@@ -5,7 +5,7 @@
display: flex;
justify-content: space-between;
background-color: $main-color;
position: fixed;
position: sticky;
z-index: 3;
}