fix data count and sum for showing
This commit is contained in:
@@ -57,48 +57,7 @@
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
// Fix for Flatpickr calendar scaling issue (Enhanced for server environment)
|
||||
.flatpickr-calendar,
|
||||
.flatpickr-calendar.animate,
|
||||
.flatpickr-calendar.open {
|
||||
transform: none !important;
|
||||
position: fixed !important;
|
||||
z-index: 10000 !important;
|
||||
font-size: 14px !important;
|
||||
line-height: normal !important;
|
||||
scale: 1 !important;
|
||||
}
|
||||
|
||||
.flatpickr-calendar * {
|
||||
transform: none !important;
|
||||
scale: 1 !important;
|
||||
}
|
||||
|
||||
.flatpickr-calendar svg,
|
||||
.flatpickr-prev-month svg,
|
||||
.flatpickr-next-month svg,
|
||||
.flatpickr-calendar .flatpickr-prev-month svg,
|
||||
.flatpickr-calendar .flatpickr-next-month svg {
|
||||
width: 17px !important;
|
||||
height: 17px !important;
|
||||
max-width: 17px !important;
|
||||
max-height: 17px !important;
|
||||
min-width: 17px !important;
|
||||
min-height: 17px !important;
|
||||
transform: none !important;
|
||||
scale: 1 !important;
|
||||
}
|
||||
|
||||
// Override any parent transformations specifically for server
|
||||
body .flatpickr-calendar {
|
||||
transform: none !important;
|
||||
scale: 1 !important;
|
||||
}
|
||||
|
||||
html .flatpickr-calendar {
|
||||
transform: none !important;
|
||||
scale: 1 !important;
|
||||
}
|
||||
// Flatpickr CSS removed - using native HTML date input
|
||||
|
||||
.lack-of-potential-wrapper::before {
|
||||
content: "";
|
||||
|
||||
Reference in New Issue
Block a user