issue with date picker and multi-page accordion

I found an issue in v2020 with the date picker and multipage accordion mode
The date picker gets hidden beneath the multi-pages
Steps to reproduce:

  1. Setup 3 pages in your multipage setup
  2. in the second page, add a date field with datepicker along with a few other fields
  3. when you click the datepicker it’s half hidden under the title of the either first or third page of your multipage setup

Seems to be a layer ordering issueThis wasn’t an issue in v2019

You may add this following code to “HTML” → “Styles” → “User” to fix the issue:div.bootstrap-datetimepicker-widget { position: static }

I found the same issue with something else too
I have a div which displays user photo on mouseover of the username.
This is cropped in the same way now if my search returns only a couploe of records.