We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e9fcbb + da518d2 commit 7c54a93Copy full SHA for 7c54a93
packages/react-error-overlay/src/components/CodeBlock.js
@@ -10,6 +10,7 @@ import React from 'react';
10
import { redTransparent, yellowTransparent } from '../styles';
11
12
const _preStyle = {
13
+ position: 'relative',
14
display: 'block',
15
padding: '0.5em',
16
marginTop: '0.5em',
0 commit comments