Skip to content

Remove extremely high z-index for Select2 containers causing them to render over modal backgrounds#1854

Merged
Oaphi merged 1 commit intodevelopfrom
0valt/z-index
Sep 29, 2025
Merged

Remove extremely high z-index for Select2 containers causing them to render over modal backgrounds#1854
Oaphi merged 1 commit intodevelopfrom
0valt/z-index

Conversation

@Oaphi
Copy link
Member

@Oaphi Oaphi commented Sep 28, 2025

closes #1546

This is necessary - z-index needs to be added only when there is no other way, not the other way around, otherwise it always ends up in issues like this one (not to mention that Select2 already controls the property for its dropdowns, there's no need to interfere with it). I've checked what I could - do let me know if z-index now needs to be slightly increased in some places to avoid overlapping.

@Oaphi Oaphi requested review from ArtOfCode- and cellio September 28, 2025 10:41
@Oaphi Oaphi changed the title do not play god with z-index Remove extremely high z-index for Select2 containers causing them to render over modal backgrounds Sep 28, 2025
@codecov
Copy link

codecov bot commented Sep 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.24%. Comparing base (3866348) to head (4a59bae).
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files
Components Coverage Δ
controllers 72.22% <ø> (-0.04%) ⬇️
helpers 82.43% <ø> (ø)
jobs 60.86% <ø> (ø)
models 89.19% <ø> (ø)
tasks 61.11% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@cellio cellio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Tested image upload per the issue and checked a few other modals (flag, close, tools, notifications). Everything looks fine.

@Oaphi
Copy link
Member Author

Oaphi commented Sep 29, 2025

Note to self: check mobile header dropdowns before merge

@Oaphi Oaphi added this to the v0.12.4 milestone Sep 29, 2025
@Oaphi Oaphi merged commit 2e13957 into develop Sep 29, 2025
13 checks passed
@Oaphi Oaphi deleted the 0valt/z-index branch September 29, 2025 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Misplaced highlighting during image upload

3 participants