Skip to content

feat: display required badge instead of diagnostic text when extra code = required #18006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: prevent layout shift when Select component dropdown appears
  • Loading branch information
jaaydenh committed May 23, 2025
commit a0457ba141a5fed91a633aa3eed5bb58931bef19
5 changes: 5 additions & 0 deletions site/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,9 @@
--removed-body-scroll-bar-size: 0 !important;
margin-right: 0 !important;
}

/* Prevent layout shift when modals open by maintaining scrollbar width */
html {
scrollbar-gutter: stable;
}
}