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 463f601 commit 58ab6f6Copy full SHA for 58ab6f6
src/deck.jsx
@@ -269,11 +269,11 @@ class Deck extends React.Component {
269
}
270
render() {
271
const globals = this.context.export ? {
272
- body: {
+ body: assign(this.context.styles.global.body, {
273
minWidth: 1100,
274
minHeight: 850,
275
overflow: "auto"
276
- }
+ })
277
} : {};
278
279
const styles = {
0 commit comments