Skip to content

Commit

Permalink
Improve debugger script auto scroll by adding a scroll margin top to …
Browse files Browse the repository at this point in the history
…account for "Threads" header being sticky
  • Loading branch information
chrismaltby committed Apr 23, 2024
1 parent d70b4a1 commit d354675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ui/scripting/ScriptEvents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ interface ScriptEventHeaderProps {
}

export const ScriptEventHeader = styled.div<ScriptEventHeaderProps>`
scroll-margin-top: 32px;
position: relative;
display: flex;
align-items: center;
Expand Down

0 comments on commit d354675

Please sign in to comment.