fix: keep mobile med detail actions visible while scrolling (#240)

This commit is contained in:
Daniel Volz
2026-02-20 19:31:59 +01:00
committed by GitHub
parent 8c97abd3c9
commit b489e1e117
3 changed files with 98 additions and 27 deletions
+1 -1
View File
@@ -664,7 +664,7 @@ export function MedDetailModal({
return (
<div
className="modal-overlay"
className="modal-overlay med-detail-overlay"
onClick={onClose}
onKeyDown={(e) => {
if (showEditStockModal) return;