1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 00:58:32 -05:00

fix description scroll

This commit is contained in:
tomtjes
2024-01-28 13:20:00 -05:00
parent eaff34a3de
commit f54a6480f7

View File

@@ -257,6 +257,7 @@ export default {
width: 100%; width: 100%;
max-height: 100%; max-height: 100%;
overflow-y: scroll; overflow-y: scroll;
z-index: 1;
top: 50%; top: 50%;
left: 50%; left: 50%;
opacity: 0; opacity: 0;