Skip to content

Commit

Permalink
(fix) Fix overlay stacking context so Datepicker isn't hidden on tabl…
Browse files Browse the repository at this point in the history
…et (#96)
  • Loading branch information
donaldkibet authored Oct 24, 2023
1 parent 28689b3 commit f46dfc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ngx-formentry/styles/picker.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
.cdk-overlay-container {
position: fixed;
z-index: 1000;
z-index: 9999;
}
.cdk-overlay-container:empty {
display: none;
Expand Down Expand Up @@ -90,6 +90,7 @@
width: 100%;
overflow-y: scroll;
}

.owl-dialog-container {
position: relative;
pointer-events: auto;
Expand Down

0 comments on commit f46dfc1

Please sign in to comment.