We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fe403 commit 742c451Copy full SHA for 742c451
src/core/styles.css.ts
@@ -23,7 +23,7 @@ globalStyle('html, body', {
23
globalStyle('body', {
24
// Since `@sanity/ui-workshop` is used by `@sanity/ui` we need to fallback to a stable var that exists in dev
25
backgroundColor: fallbackVar(vars.color.bg, 'var(--card-bg-color)'),
26
- overflow: 'hidden',
+ overflow: 'auto',
27
})
28
29
export const canvasViewTransition = createViewTransition('canvas')
0 commit comments