archesproject / arches-her

5 stars 12 forks source link

v75 upgrade - Opening multiple panels causes overlapping #1162

Closed phudson-he closed 1 month ago

phudson-he commented 2 months ago

Steps to re-produce:

  1. Open search page
  2. Open time filter panel
  3. Open help panel

The resulting issue is this, notice the panels are overlapping...

Image

aj-he commented 1 month ago

Looks like this commit during accessibility jumped the z-index of the search panels to help with the closing.

https://github.com/archesproject/arches/pull/9723/commits/054733953be62bcbda4eee1e42653cae9c870e5a

I am assuming that we could safely move the notification/help/provisional edit panels over the top (z-index: 12000?)

aj-he commented 1 month ago

Top level panels only use the view height so when in mobile stacked arrangement, they only go half way and create double scroll bars...

Image

aj-he commented 1 month ago

fixed in #1193