search page: always force advanced search to dropdown to avoid overlap searchbar #106

Merged
Aevann merged 1 commits from :refix-z-fighting-dropdowns-in-searchpage into master 2023-02-01 14:09:34 +00:00
  • the advanced search dropdown (was dropping up depending on layout) was covering the search bar. This makes sure it always drops down. Works fine on small screens (mobile)
  • this is complementary to #96 with exception to the rare edge case that is happening before this new PR. The edge case is under some very specific combination of resolution + zoom, where the advanced search was partially going under the navbar because there are already some unknown z-index contexts in that area. In that case, it was impossible to fix with increasing z-index because we would just go back to the original problem or worse
* the advanced search dropdown (was dropping up depending on layout) was covering the search bar. This makes sure it always drops down. Works fine on small screens (mobile) * this is complementary to https://fsdfsd.net/rDrama/rDrama/pulls/96 with exception to the rare edge case that is happening before this new PR. The edge case is under some very specific combination of resolution + zoom, where the advanced search was partially going under the navbar because there are already some unknown z-index contexts in that area. In that case, it was impossible to fix with increasing z-index because we would just go back to the original problem or worse
mummified-corroding-granny added 1 commit 2023-01-31 02:05:19 +00:00
Aevann merged commit 23c11fa7b7 into master 2023-02-01 14:09:34 +00:00
Sign in to join this conversation.
There is no content yet.