Skip to content

Commit a1b26e8

Browse files
authored
Merge pull request #4744 from emi-ran/fix/sort-dropdown-scrollbar
fix(ui): prevent scrollbar layout shift
2 parents 2440e8f + 71bbbb4 commit a1b26e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/dokploy/styles/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@
113113
color utility to any element that depends on these defaults.
114114
*/
115115
@layer base {
116+
html {
117+
scrollbar-gutter: stable;
118+
}
119+
116120
*,
117121
::after,
118122
::before,

0 commit comments

Comments
 (0)