Skip to content

Commit

Permalink
fix(editor): preferences scroll size
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Mar 29, 2023
1 parent 26a939b commit 5b24274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="flex-1 w-full wb-scroll h-200 overflow-x-scroll overflow-y-auto">
<div class="flex-1 w-full wb-scroll overflow-x-scroll overflow-y-auto">
<EditorProjectPreferencesContainerProject v-if="section === 0" />
<EditorProjectPreferencesContainerConfiguration v-if="section === 1" />
<EditorProjectPreferencesContainerStyles v-if="section === 2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
opacity: 1,
y: 0,
}"
class="flex h-full flex-col w-full p-10 gap-5 wb-scroll"
class="flex overflow-y-auto flex-col w-full p-10 gap-5 wb-scroll"
>
<slot></slot>
</div>
Expand Down

0 comments on commit 5b24274

Please sign in to comment.