File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
ui/MarkdownContent/stylesheets Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 66 display : unset ;
77}
88
9- // Need children of portal root to be higher z-index to show dropdown
10- .portalRoot * {
11- z-index : 3 !important ;
12- }
13-
149// Contains the logo and version picker and used when the smaller width search
1510// input UI is closed.
1611.logoWithClosedSearch {
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ export const Header = () => {
149149 { error !== '404' && < HeaderNotifications /> }
150150 < header
151151 className = { cx (
152- 'color-bg-default p-2 position-sticky top-0 z-1 border-bottom' ,
152+ 'color-bg-default p-2 position-sticky top-0 z-2 border-bottom' ,
153153 scroll && 'color-shadow-small' ,
154154 ) }
155155 role = "banner"
Original file line number Diff line number Diff line change 3535 thead {
3636 position : sticky ;
3737 top : 105px ; // 88 + 8 + 8 + 1, space for the site header
38+ z-index : 1 ; // Ensure header stays above content including superscripts
3839
3940 @include breakpoint-xxl {
4041 top : 65px !important ; // 48 + 8 + 8 + 1, space for the site header
Original file line number Diff line number Diff line change 1010 visibility : hidden !important ;
1111 }
1212}
13+
14+ // Fix z-index for ActionMenu overlays (version picker, etc.) to appear above site header
15+ #__primerPortalRoot__ * {
16+ z-index : 3 !important ;
17+ }
You can’t perform that action at this time.
0 commit comments