| @@ -287,10 +287,10 @@ export default function ProductionSchedulePage() { | |||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| {/* Detail Modal */} | |||||
| {/* Detail Modal – z-index above sidebar drawer (1200) so they don't overlap on small windows */} | |||||
| {isDetailOpen && ( | {isDetailOpen && ( | ||||
| <div | <div | ||||
| className="fixed inset-0 z-50 flex items-center justify-center p-4" | |||||
| className="fixed inset-0 z-[1300] flex items-center justify-center p-4" | |||||
| role="dialog" | role="dialog" | ||||
| aria-modal="true" | aria-modal="true" | ||||
| aria-labelledby="detail-title" | aria-labelledby="detail-title" | ||||
| @@ -416,7 +416,7 @@ export default function ProductionSchedulePage() { | |||||
| {/* Forecast Dialog */} | {/* Forecast Dialog */} | ||||
| {isForecastDialogOpen && ( | {isForecastDialogOpen && ( | ||||
| <div | <div | ||||
| className="fixed inset-0 z-50 flex items-center justify-center p-4" | |||||
| className="fixed inset-0 z-[1300] flex items-center justify-center p-4" | |||||
| role="dialog" | role="dialog" | ||||
| aria-modal="true" | aria-modal="true" | ||||
| > | > | ||||
| @@ -503,7 +503,7 @@ export default function ProductionSchedulePage() { | |||||
| {/* Export Dialog */} | {/* Export Dialog */} | ||||
| {isExportDialogOpen && ( | {isExportDialogOpen && ( | ||||
| <div | <div | ||||
| className="fixed inset-0 z-50 flex items-center justify-center p-4" | |||||
| className="fixed inset-0 z-[1300] flex items-center justify-center p-4" | |||||
| role="dialog" | role="dialog" | ||||
| aria-modal="true" | aria-modal="true" | ||||
| > | > | ||||