Skip to content

Commit

Permalink
fix(editor): aside in z-indexc
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Mar 13, 2022
1 parent ccf90ae commit 07f95e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/better-write-app/windi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ export default defineConfig({
"umax": "999999",
"max": "9999",
"preview": "200",
"aside": "100",
"aside-open": "100",
"aside": "40",
"aside-open": "40",
"min": "-1"
}),
whiteSpace: theme => ({
Expand Down

0 comments on commit 07f95e3

Please sign in to comment.