Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
7d0fd03b
Commit
7d0fd03b
authored
8 years ago
by
Ville Immonen
Committed by
Dan Abramov
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix the right and bottom padding of the error overlay (#758)
parent
52bc72fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-dev-utils/webpackHotDevClient.js
+1
-0
packages/react-dev-utils/webpackHotDevClient.js
with
1 addition
and
0 deletions
+1
-0
packages/react-dev-utils/webpackHotDevClient.js
+
1
-
0
View file @
7d0fd03b
...
...
@@ -60,6 +60,7 @@ function addOverlayDivTo(iframe) {
var
div
=
iframe
.
contentDocument
.
createElement
(
'
div
'
);
div
.
id
=
'
react-dev-utils-webpack-hot-dev-client-overlay-div
'
;
div
.
style
.
position
=
'
fixed
'
;
div
.
style
.
boxSizing
=
'
border-box
'
;
div
.
style
.
left
=
0
;
div
.
style
.
top
=
0
;
div
.
style
.
right
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment