misuzu/assets/misuzu.css/search/header.css

8 lines
137 B
CSS
Raw Normal View History

2019-05-01 20:19:04 +00:00
.search__header {
padding: 1em;
position: sticky;
top: 0;
z-index: 50;
2019-05-01 20:19:04 +00:00
background-color: var(--background-colour);
}