Skip to content
Snippets Groups Projects
Commit 467519cc authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: overlay not working on FF

parent 9e10a332
No related branches found
No related tags found
1 merge request!31Recette
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
margin: 0 16px; margin: 0 16px;
} }
.listCard { .listCard {
overflow-y: overlay; overflow-y: auto;
padding: 0 25px; padding: 0 25px;
} }
.topBlock { .topBlock {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment