Skip to content

Commit

Permalink
Merge pull request #26840 from element-hq/t3chguy/fix/26839
Browse files Browse the repository at this point in the history
Fix CSS stacking context order determinism
  • Loading branch information
t3chguy committed Jan 9, 2024
2 parents a012fb2 + 03a624f commit 436790c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/vector/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,11 @@
<audio id="remoteAudio"></audio>
<!-- let CSS themes pass constants to the app -->
<div id="mx_theme_accentColor"></div><div id="mx_theme_secondaryAccentColor"></div><div id="mx_theme_tertiaryAccentColor"></div>

<!-- We eagerly create these containers to ensure their CSS stacking context order is sensible -->
<div id="mx_PersistedElement_container"></div>
<div id="mx_Dialog_StaticContainer"></div>
<div id="mx_Dialog_Container"></div>
<div id="mx_ContextualMenu_Container"></div>
</body>
</html>

0 comments on commit 436790c

Please sign in to comment.