Fix missing #wrapper positioning that increased reflow cost (#43742).

Contributed by Jimmy Westberg (user:Grovkillen).


git-svn-id: https://svn.redmine.org/redmine/trunk@24429 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2026-02-18 23:34:10 +00:00
parent 47e3c27e93
commit 498ce9434c

View File

@@ -72,6 +72,7 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
overflow: hidden;
display: flex;
flex-direction: column;
position: relative;
}
#top-menu {