diff --git a/package.json b/package.json index 36696ab..981da6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isaozler-shiftselector-panel", - "version": "0.1.1", + "version": "0.1.2", "description": "", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", diff --git a/src/hooks/core.ts b/src/hooks/core.ts index a45fecf..0c3bc6b 100644 --- a/src/hooks/core.ts +++ b/src/hooks/core.ts @@ -440,7 +440,6 @@ ORDER by ??, ?? useEffect(() => { const subscriber = eventBus.getStream(RefreshEvent).subscribe((event) => { - console.log('STREAM', shiftSelectorPluginPanel, event) const isRealtimeActive = !!(isAutoSelectShift && autoSelectShiftGroup); if (isRealtimeActive) { diff --git a/src/styles/core.css b/src/styles/core.css index 5e6854f..c20f31d 100644 --- a/src/styles/core.css +++ b/src/styles/core.css @@ -30,3 +30,7 @@ .production-day-selector { height: 30px; } + +.react-datepicker-popper { + z-index: 999 !important; +}