forked from MapComplete/MapComplete
UX: improve weird scrolling behaviour, esp on homepage; preferred languages are on top in themes as well
This commit is contained in:
parent
bae13fdfdf
commit
b63e9c0262
7 changed files with 270 additions and 238 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue