Skip to content

Commit 66aff8c

Browse files
xSykiLekoArts
andauthored
fix(gatsby): Change backdrop position to fixed (gatsbyjs#37698)
Co-authored-by: Lennart <[email protected]>
1 parent cf2dfdd commit 66aff8c

File tree

1 file changed

+1
-1
lines changed
  • packages/gatsby/cache-dir/fast-refresh-overlay

1 file changed

+1
-1
lines changed

packages/gatsby/cache-dir/fast-refresh-overlay/style.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const Style = () => (
5151
5252
[data-gatsby-overlay="backdrop"] {
5353
background: var(--backdrop);
54-
position: absolute;
54+
position: fixed;
5555
top: 0;
5656
left: 0;
5757
right: 0;

0 commit comments

Comments
 (0)