You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when you first go to https://svelte.dev/docs/kit/project-structure and then use the docs search e.g. searching for query.batch to navigate to this section on a different page, the query.batch section heading is hidden under the menu due to a lack of scroll padding. Or maybe the positioning happens via JS and doesn't take scroll padding into account.
When using the docs search to navigate to a section on the same page, you do get the correct scroll padding though. Maybe the native browser scroll is used, which correctly uses the scroll padding that was set via CSS?