Skip to content

Commit

Permalink
panel zIndex fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isaozler committed May 19, 2023
1 parent 06054a4 commit 35cad7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/hooks/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
4 changes: 4 additions & 0 deletions src/styles/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@
.production-day-selector {
height: 30px;
}

.react-datepicker-popper {
z-index: 999 !important;
}

0 comments on commit 35cad7a

Please sign in to comment.