Skip to content

Commit cdc4ca0

Browse files
Revert "Fix top menu dropdown flicker by adding position relative to menu li elements"
This reverts commit c1128f1. The fix was ineffective because the actual problem is in redmine-base-theme which sets top: 29px !important on .menu-children, creating a gap. The proper fix (::before bridge element) has been added to the theme. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c1128f1 commit cdc4ca0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

assets/stylesheets/additionals.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,6 @@ div.macro-desc {
248248
border-bottom: 1px solid #eee;
249249
}
250250

251-
/* Dropdown menu - li needs position:relative so .menu-children positions correctly */
252-
#top-menu > ul > li {
253-
position: relative;
254-
}
255-
256251
#top-menu li:hover ul.menu-children,
257252
#top-menu li ul.menu-children.visible { display: block; }
258253

0 commit comments

Comments
 (0)