Add white background on edit history header
This commit is contained in:
parent
740b788246
commit
09b84f5b84
app/src/frontend/building
@ -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 => (
|
||||
|
@ -30,6 +30,10 @@
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.edit-history {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.section-header {
|
||||
position: sticky;
|
||||
|
Loading…
Reference in New Issue
Block a user