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 12
12
const headerBottomRowNode = headerNode . querySelector ( '.ibexa-edit-header__row--bottom' ) ;
13
13
const { height : expandedHeaderHeight } = headerNode . getBoundingClientRect ( ) ;
14
14
const scrolledContent = doc . querySelector ( '.ibexa-edit-content > :first-child' ) ;
15
- const { controlZIndex } = ibexa . helpers . modal ;
15
+ const { controlManyZIndexes } = ibexa . helpers . modal ;
16
16
const fitEllipsizedTitle = ( ) => {
17
17
const titleNode = headerBottomRowNode . querySelector ( '.ibexa-edit-header__name--ellipsized' ) ;
18
18
const firstMenuEntryNode = headerNode . querySelector ( '.ibexa-context-menu .ibexa-context-menu__item' ) ;
49
49
} ;
50
50
51
51
contentNode . addEventListener ( 'scroll' , fitHeader , false ) ;
52
- controlZIndex ( headerNode ) ;
52
+ controlManyZIndexes ( [ { container : headerNode } , { container : headerBottomRowNode } ] , headerNode ) ;
53
53
} ) ( window , window . document , window . ibexa ) ;
You can’t perform that action at this time.
0 commit comments