chore: change ScrollArea type to hover
This commit is contained in:
parent
3392888aec
commit
b04095458a
|
|
@ -57,7 +57,7 @@ onContentUpdated(() => {
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="hidden xl:block">
|
<div class="hidden xl:block">
|
||||||
<ScrollArea orientation="vertical" class="h-[calc(100vh-6.5rem)] z-30 md:block overflow-y-auto" :type="'auto'">
|
<ScrollArea orientation="vertical" class="h-[calc(100vh-6.5rem)] z-30 md:block overflow-y-auto" type="hover">
|
||||||
<div class="space-y-2">
|
<div class="space-y-2">
|
||||||
<p class="font-medium">
|
<p class="font-medium">
|
||||||
On This Page
|
On This Page
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user