Add white background on edit history header

This commit is contained in:
Maciej Ziarkowski 2019-10-30 12:35:23 +00:00
parent 740b788246
commit 09b84f5b84
2 changed files with 5 additions and 1 deletions
app/src/frontend/building

View File

@ -28,7 +28,7 @@ const EditHistory: React.FunctionComponent<EditHistoryProps> = (props) => {
return (
<>
<ContainerHeader title="Edit history" backLink='.' />
<ContainerHeader title="Edit history" backLink='.' cat='edit-history' />
<ul className="edit-history-list">
{history && history.map(entry => (

View File

@ -30,6 +30,10 @@
z-index: 1000;
}
.edit-history {
background-color: white;
}
@media (min-width: 768px) {
.section-header {
position: sticky;