Skip to content

Commit e538203

Browse files
committed
Add workaround for Blazorise picker positioning issue
1 parent cdec48b commit e538203

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

framework/src/Volo.Abp.BlazoriseUI/wwwroot/volo.abp.blazoriseui.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,11 @@
6161

6262
.table-responsive .dropdown-menu-position-strategy-fixed {
6363
position: fixed !important;
64-
}
64+
}
65+
66+
/*
67+
blazorise picker workaround for https://github.com/Megabit/Blazorise/issues/4917
68+
*/
69+
.card .flatpickr-calendar.static {
70+
top: unset !important;
71+
}

0 commit comments

Comments
 (0)