🎨 🐛 corrige le scroll sur mobile et ajoute du padding sur le feedback
parent
da258040ab
commit
dfc67407dd
|
@ -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;
|
||||
|
|
|
@ -6,7 +6,6 @@ body,
|
|||
|
||||
.app-container {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue