🎨 🐛 corrige le scroll sur mobile et ajoute du padding sur le feedback

pull/527/head
Johan Girod 2019-04-30 12:00:24 +02:00
parent da258040ab
commit dfc67407dd
No known key found for this signature in database
GPG Key ID: 9E27B57DA2E8AE12
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@
background: var(--lighterColour);
border-radius: 0.9rem;
padding: 0.6rem 1rem;
margin-bottom: 1rem;
margin: 1rem 0;
}
.feedback-page.stickToFooter {
margin-bottom: 0;

View File

@ -6,7 +6,6 @@ body,
.app-container {
position: relative;
overflow: hidden;
width: 100%;
height: 100vh;
}