Skip to content
Snippets Groups Projects
Commit b0eb5f3d authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Hot fix page info + feedback z-index

parent 0516a420
Branches
Tags
1 merge request!19Development
......@@ -58,7 +58,11 @@ $animation-duration: 0.5s;
}
}
// Closed
.feedback-container {
z-index: 9;
position: fixed;
}
button.feedback-header {
position: fixed;
background-color: $tomato-color;
......
......@@ -50,7 +50,7 @@
<span class="info-subtitle">
{{ producer.organisationName }}
</span>
<span>
<span *ngIf="producer.individualName && producer.individualName !== 'null'">
{{ producer.individualName }}
</span>
<p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment