Skip to content

Commit

Permalink
Change the calendar z-index in order to make it on top in case of ope…
Browse files Browse the repository at this point in the history
…ning inside a modal with a higher z-index #60
  • Loading branch information
farshaddavoudi committed Mar 5, 2024
1 parent c1c79fa commit abcb9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blazor.PersianDatePicker/wwwroot/datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
.datepicker-container {
display: block;
position: absolute;
z-index: 100000;
z-index: 9900000001;
top: 0;
direction: rtl;
}
Expand Down

0 comments on commit abcb9fe

Please sign in to comment.