File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/bundle/Resources/public/js/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 const headerBottomRowNode = headerNode . querySelector ( '.ibexa-edit-header__row--bottom' ) ;
1313 const { height : expandedHeaderHeight } = headerNode . getBoundingClientRect ( ) ;
1414 const scrolledContent = doc . querySelector ( '.ibexa-edit-content > :first-child' ) ;
15- const { controlZIndex } = ibexa . helpers . modal ;
15+ const { controlManyZIndexes } = ibexa . helpers . modal ;
1616 const fitEllipsizedTitle = ( ) => {
1717 const titleNode = headerBottomRowNode . querySelector ( '.ibexa-edit-header__name--ellipsized' ) ;
1818 const firstMenuEntryNode = headerNode . querySelector ( '.ibexa-context-menu .ibexa-context-menu__item' ) ;
4949 } ;
5050
5151 contentNode . addEventListener ( 'scroll' , fitHeader , false ) ;
52- controlZIndex ( headerNode ) ;
52+ controlManyZIndexes ( [ { container : headerNode } , { container : headerBottomRowNode } ] , headerNode ) ;
5353} ) ( window , window . document , window . ibexa ) ;
You can’t perform that action at this time.
0 commit comments