From abcb9feafe04f1b8af6d96034e3c76d2b7cb6b58 Mon Sep 17 00:00:00 2001 From: Farshad Davoudi Date: Tue, 5 Mar 2024 10:40:22 +0330 Subject: [PATCH] Change the calendar z-index in order to make it on top in case of opening inside a modal with a higher z-index #60 --- src/Blazor.PersianDatePicker/wwwroot/datepicker.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Blazor.PersianDatePicker/wwwroot/datepicker.scss b/src/Blazor.PersianDatePicker/wwwroot/datepicker.scss index 904f7da..0673d3b 100644 --- a/src/Blazor.PersianDatePicker/wwwroot/datepicker.scss +++ b/src/Blazor.PersianDatePicker/wwwroot/datepicker.scss @@ -88,7 +88,7 @@ .datepicker-container { display: block; position: absolute; - z-index: 100000; + z-index: 9900000001; top: 0; direction: rtl; }