We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c167a4 commit da518d2Copy full SHA for da518d2
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