Skip to content

Commit 41668fa

Browse files
[dev-overlay] Fix stacking order of highlighted line (#77189)
1 parent 5dffc45 commit 41668fa

File tree

1 file changed

+1
-0
lines changed
  • packages/next/src/client/components/react-dev-overlay/ui/components/code-frame

1 file changed

+1
-0
lines changed

packages/next/src/client/components/react-dev-overlay/ui/components/code-frame/code-frame.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ export const CODE_FRAME_STYLES = `
176176
177177
[data-nextjs-codeframe-line][data-nextjs-codeframe-line--errored="true"] {
178178
position: relative;
179+
isolation: isolate;
179180
180181
> span {
181182
position: relative;

0 commit comments

Comments
 (0)