Log viewer datepicker fixed

This commit is contained in:
Jonathan 2023-03-16 11:59:38 +01:00
parent 02ef024905
commit 45a055573a
1 changed files with 5 additions and 0 deletions

View File

@ -11695,3 +11695,8 @@ div#menu_full > div#menu_tabs > ul.tabs_ul {
display: flex;
flex-direction: column;
}
#ui-datepicker-div {
position: fixed !important;
top: 424px !important;
}