Search Page "calendar" Dropdown Menu gets overlapped by CSS #60

Closed
opened 2022-12-12 10:12:18 +00:00 by mummified-corroding-granny · 0 comments

Some "zoomers" went out playing with their "zoomer-index" and broke the aforementioned Search Page "calendar" Dropdown Menu. At least on watchpeopledie

See attached PNG for clarity. No web-browser-based zoom required, contrary to what is pictured. When you drag the mouse over the buttons (for me "Day" and "Week") that are on the same horizontal axis as the button "Advanced search parameters (with examples)", the button hovering fails catastrophically and if you click it, the menu closes without the intended effect of selecting that button (time range)

Maybe you two should sort it out in a sword fight. Or, you know, just delete both "zoomer-index" because it works on my machine (TM)

6a26e69f47
d3b7f043c6

Did not pull request, as this is cursed. The following is more CSS info

Note: cat into pipe grep for seethe

cat ./files/assets/css/main.css | grep -A 1 -B 1 1001
#searchparams-dropdown {
        z-index: 1001;
}
cat ./files/assets/css/main.css | grep -A 6 'dropdown-actions'
.dropdown-actions {
        position: relative;
        color: var(--muted);
        font-weight: 600;
        font-size: 12px;
        z-index: 1000;
}
Some "zoomers" went out playing with their "zoomer-index" and broke the aforementioned Search Page "calendar" Dropdown Menu. At least on watchpeopledie See attached PNG for clarity. No web-browser-based zoom required, contrary to what is pictured. When you drag the mouse over the buttons (for me "Day" and "Week") that are on the same horizontal axis as the button "Advanced search parameters (with examples)", the button hovering fails catastrophically and if you click it, the menu closes without the intended effect of selecting that button (time range) Maybe you two should sort it out in a sword fight. Or, you know, just delete both "zoomer-index" because it works on my machine (TM) https://fsdfsd.net/rDrama/rDrama/commit/6a26e69f47af50f3cad73da5951afd1b6c90263c https://fsdfsd.net/rDrama/rDrama/commit/d3b7f043c6c69ab8fb881e91f09c5bda872e34d2 Did not pull request, as this is cursed. The following is more CSS info Note: cat into pipe grep for seethe ``` cat ./files/assets/css/main.css | grep -A 1 -B 1 1001 #searchparams-dropdown { z-index: 1001; } ``` ``` cat ./files/assets/css/main.css | grep -A 6 'dropdown-actions' .dropdown-actions { position: relative; color: var(--muted); font-weight: 600; font-size: 12px; z-index: 1000; } ```
mummified-corroding-granny changed title from Search Page "calendar" Dropdown Menus get overlapped by CSS to Search Page "calendar" Dropdown Menu gets overlapped by CSS 2022-12-12 10:14:05 +00:00
Sign in to join this conversation.
There is no content yet.