This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
misuzu-interim/assets/css/misuzu/search/header.css

7 lines
137 B
CSS

.search__header {
padding: 1em;
position: sticky;
top: 0;
z-index: 50;
background-color: var(--background-colour);
}