Merge pull request #4744 from emi-ran/fix/sort-dropdown-scrollbar

fix(ui): prevent scrollbar layout shift
This commit is contained in:
Mauricio Siu
2026-07-06 03:37:16 -06:00
committed by GitHub

View File

@@ -113,6 +113,10 @@
color utility to any element that depends on these defaults.
*/
@layer base {
html {
scrollbar-gutter: stable;
}
*,
::after,
::before,