fix(user-profile): use shell page scrolling
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -22,10 +22,8 @@ const tabs = computed(() => [
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<PerfectScrollbar
|
<div
|
||||||
class="pa-4"
|
class="pa-4"
|
||||||
style="height: calc(100vh - 64px);"
|
|
||||||
:options="{ wheelPropagation: false }"
|
|
||||||
>
|
>
|
||||||
<VTabs
|
<VTabs
|
||||||
v-model="activeTab"
|
v-model="activeTab"
|
||||||
@@ -71,5 +69,5 @@ const tabs = computed(() => [
|
|||||||
<ProfilePreferences />
|
<ProfilePreferences />
|
||||||
</VWindowItem>
|
</VWindowItem>
|
||||||
</VWindow>
|
</VWindow>
|
||||||
</PerfectScrollbar>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user