We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1471c23 commit cc6f2e7Copy full SHA for cc6f2e7
src/bundle/Resources/public/js/scripts/admin.anchor.navigation.js
@@ -7,7 +7,7 @@
7
8
const header = doc.querySelector('.ibexa-edit-header');
9
const headerContainer = header?.querySelector('.ibexa-edit-header__container');
10
- const SECTION_ADJUST_MARGIN_TOP = 20;
+ const SECTION_ADJUST_MARGIN_TOP = 36;
11
const formContainerNode = doc.querySelector('.ibexa-edit-content');
12
const lastSectionObserver = new ResizeObserver(() => {
13
fitSections();
0 commit comments