mirror of
https://github.com/redmine/redmine.git
synced 2026-07-13 14:22:21 +02:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user