mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
fix: correct overlay highlighting in code examples (#7669)
This commit is contained in:
committed by
GitHub
parent
a3e9466dfe
commit
73d7073d75
@@ -859,7 +859,8 @@ function ExampleLayout({
|
||||
</div>
|
||||
<div
|
||||
ref={contentRef}
|
||||
className="relative mt-0 lg:-my-20 w-full p-2.5 xs:p-5 lg:p-10 flex grow justify-center">
|
||||
className="relative mt-0 lg:-my-20 w-full p-2.5 xs:p-5 lg:p-10 flex grow justify-center"
|
||||
dir="ltr">
|
||||
{right}
|
||||
<div
|
||||
className={cn(
|
||||
|
||||
Reference in New Issue
Block a user