We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fixed
1 parent cf2dfdd commit 66aff8cCopy full SHA for 66aff8c
packages/gatsby/cache-dir/fast-refresh-overlay/style.js
@@ -51,7 +51,7 @@ export const Style = () => (
51
52
[data-gatsby-overlay="backdrop"] {
53
background: var(--backdrop);
54
- position: absolute;
+ position: fixed;
55
top: 0;
56
left: 0;
57
right: 0;
0 commit comments