Frontend fix
Build & Push Docker Images / test-backend (push) Successful in 1m17s
Build & Push Docker Images / test-frontend (push) Successful in 1m6s
Build & Push Docker Images / build-backend (push) Successful in 1m6s
Build & Push Docker Images / build-frontend (push) Successful in 1m17s

This commit is contained in:
Ichitux
2026-05-26 20:18:14 +02:00
parent 54cd44b666
commit 2048a695f1
+4
View File
@@ -134,6 +134,10 @@
.selected-medicine-section { .selected-medicine-section {
margin-top: 2rem; margin-top: 2rem;
max-height: 60vh;
overflow-y: auto;
overscroll-behavior: contain;
padding: 0.5rem 0.5rem 0.5rem 0;
animation: fadeInUp 0.6s ease-out; animation: fadeInUp 0.6s ease-out;
} }