UX: improve weird scrolling behaviour, esp on homepage; preferred languages are on top in themes as well

This commit is contained in:
Pieter Vander Vennet 2025-07-09 03:30:39 +02:00
parent bae13fdfdf
commit b63e9c0262
7 changed files with 270 additions and 238 deletions

View file

@ -60,6 +60,8 @@
})
</script>
<div class:h-0={!onlyLink} class:h-full={onlyLink} class="overflow-hidden">
<MenuDrawerIndex {state} {onlyLink}>
<!-- Theme related: documentation links, download, ... -->
<svelte:fragment slot="theme-tools">
@ -169,3 +171,4 @@
{/if}
</svelte:fragment>
</MenuDrawerIndex>
</div>