Skip to content

Commit cc6f2e7

Browse files
authored
IBX-8698: Fixed user profile group navigation (#1656)
1 parent 1471c23 commit cc6f2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/public/js/scripts/admin.anchor.navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
const header = doc.querySelector('.ibexa-edit-header');
99
const headerContainer = header?.querySelector('.ibexa-edit-header__container');
10-
const SECTION_ADJUST_MARGIN_TOP = 20;
10+
const SECTION_ADJUST_MARGIN_TOP = 36;
1111
const formContainerNode = doc.querySelector('.ibexa-edit-content');
1212
const lastSectionObserver = new ResizeObserver(() => {
1313
fitSections();

0 commit comments

Comments
 (0)