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