Browse Source

Merge pull request #22986 from abpframework/auto-merge/rel-9-2/3759

Merge branch dev with rel-9.2
pull/22996/head
maliming 8 months ago
committed by GitHub
parent
commit
ef331bea18
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      framework/src/Volo.Abp.BlazoriseUI/wwwroot/volo.abp.blazoriseui.css

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

@ -61,4 +61,11 @@
.table-responsive .dropdown-menu-position-strategy-fixed {
position: fixed !important;
}
}
/*
blazorise picker workaround for https://github.com/Megabit/Blazorise/issues/4917
*/
.card .flatpickr-calendar.static {
top: unset !important;
}

Loading…
Cancel
Save