Skip to content

Commit f6db047

Browse files
committed
fix: add a class to address a longstanding bug in slidev
addresses slidevjs/slidev#1573
1 parent d623a0b commit f6db047

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

uno.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,9 @@ export default defineConfig({
195195
'w-150px',
196196
'h-150px',
197197
'z-0',
198-
'z-100',
199-
] /* for the docs */,
198+
'z-100' /* for the docs */,
199+
'grid-cols-[1fr_max-content]' /* a fix for a uno bug */,
200+
],
200201
],
201202
transformers: [transformerDirectives()],
202203
})

0 commit comments

Comments
 (0)