From 498ce9434c731b6ab0ce483e2779e7047fbbcbc1 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 18 Feb 2026 23:34:10 +0000 Subject: [PATCH] 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 --- app/assets/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 3c01a73ff..9179f5256 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -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 {