We’re using the Article content type and have added a workaround for a side nav. (The page has a ton of content and is really long, so we added a sticky side nav.) We’re using checkboxes styled with CSS to look like a nav, and some JavaScript to open and close sections for a sub-nav.
The issue is when we try to edit the Body section. If we try to position the cursor down the page (scroll down to some section and click the cursor to start editing), it just pops back to the top.
In my searching it seems that it’s the hidden child side nav not playing well with the Focus Trap stuff. Is there a way to remove the Focus Trap or override it with CSS?
(I’ve done a lot of experimenting with adding tabindex to the nav that didn’t work. Also, we can’t use the microcourse type, which has a kind of side nav, because it won’t support targeted linking between pages, which we need to do.)