Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 4e47f09

Browse files
authored
fix: add overflow auto in pinia page (#216)
1 parent 97541c0 commit 4e47f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/pages/pinia.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const data = computed(() => {
2929
</script>
3030

3131
<template>
32-
<div h-screen n-panel-grids>
32+
<div h-screen of-auto n-panel-grids>
3333
<Splitpanes>
3434
<Pane border="r base" :size="40">
3535
<div h-screen select-none overflow-scroll p-2 class="no-scrollbar">

0 commit comments

Comments
 (0)