after 9000 hours it finally works

This commit is contained in:
Henry Jameson 2025-11-20 12:12:14 +02:00
commit e6f025bf6e
7 changed files with 131 additions and 49 deletions

View file

@ -158,7 +158,10 @@ export default {
})
return (
<div class="tab-switcher top-tabs">
<div
class="tab-switcher top-tabs"
ref="root"
>
<div
class="tabs"
role="tablist"
@ -170,6 +173,7 @@ export default {
role="tabpanel"
class={'contents' + (this.scrollableTabs ? ' scrollable-tabs' : '')}
v-body-scroll-lock={this.bodyScrollLock}
ref="content"
>
{contents}
</div>