fix: keep mobile med detail actions visible while scrolling (#240)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user