🐛 Iframe color scheme for Dash. module

This commit is contained in:
Manuel Ruwe
2022-11-16 13:07:29 +01:00
parent a50c43cab0
commit 79d52b3a4d

View File

@@ -70,6 +70,8 @@ const useStyles = createStyles((theme, _params) => ({
maxWidth: '100%',
height: '140px',
borderRadius: theme.radius.lg,
border: 'none',
colorScheme: 'none',
},
}));
@@ -248,7 +250,6 @@ export function DashdotComponent() {
.join('&')}`
: ''
}`}
frameBorder="0"
/>
</Stack>
))}