Skip to content
Snippets Groups Projects
Commit fef054d2 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix: scroll on firefox

parent 988d3587
No related branches found
No related tags found
3 merge requests!418V2.1.0,!416Resolve "Gestion améliorée de l'affichage pour petits écrans (a valider avec Louise).",!400V2.0
...@@ -432,7 +432,7 @@ button { ...@@ -432,7 +432,7 @@ button {
} }
&.max-height { &.max-height {
max-height: 50vh; max-height: 50vh;
overflow-y: overlay; overflow-y: scroll;
} }
} }
.footer { .footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment