Skip to content

Commit ae5bb83

Browse files
committed
Fix bottom margin of frame location and lack of tab nav
1 parent 07587c9 commit ae5bb83

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/react-error-overlay/src/components/frame.js

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ function frameDiv(
120120

121121
if (typeof onSourceClick === 'function') {
122122
let handler = onSourceClick;
123+
enableTabClick(frameAnchor);
123124
frameAnchor.style.cursor = 'pointer';
124125
frameAnchor.addEventListener('click', function() {
125126
handler();

packages/react-error-overlay/src/styles.js

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ const functionNameStyle = {
8383

8484
const linkStyle = {
8585
'font-size': '0.9em',
86+
'margin-bottom': '0.9em',
8687
};
8788

8889
const anchorStyle = {

0 commit comments

Comments
 (0)