Skip to content

Commit 71bbbb4

Browse files
committed
fix(ui): prevent scrollbar layout shift
1 parent 2440e8f commit 71bbbb4

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)