Skip to content

Commit

Permalink
fix(gatsby): Change backdrop position to fixed (gatsbyjs#37698)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
xSyki and LekoArts committed Feb 24, 2023
1 parent cf2dfdd commit 66aff8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/cache-dir/fast-refresh-overlay/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const Style = () => (
[data-gatsby-overlay="backdrop"] {
background: var(--backdrop);
position: absolute;
position: fixed;
top: 0;
left: 0;
right: 0;
Expand Down

0 comments on commit 66aff8c

Please sign in to comment.