3292 fix time picker Uppgradera bootstrap 5.3.0

This commit is contained in:
Wayne Westmoreland 2024-01-25 16:25:04 +01:00
parent aa329931e8
commit d027551c98

@ -589,3 +589,8 @@ th.wicket_orderUp, th.sorting_asc {
background-color: #D95E00;
color: white;
}
/* fix clockpicker positioning in Bootstrap 5.3.x */
.clockpicker-popover {
position: absolute;
}