8 lines
137 B
CSS
8 lines
137 B
CSS
|
.search__header {
|
||
|
padding: 1em;
|
||
|
position: sticky;
|
||
|
top: 0;
|
||
|
z-index: 50;
|
||
|
background-color: var(--background-colour);
|
||
|
}
|