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>
|
||||
|
||||
<template>
|
||||
<PerfectScrollbar
|
||||
<div
|
||||
class="pa-4"
|
||||
style="height: calc(100vh - 64px);"
|
||||
:options="{ wheelPropagation: false }"
|
||||
>
|
||||
<VTabs
|
||||
v-model="activeTab"
|
||||
@@ -71,5 +69,5 @@ const tabs = computed(() => [
|
||||
<ProfilePreferences />
|
||||
</VWindowItem>
|
||||
</VWindow>
|
||||
</PerfectScrollbar>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user