diff --git a/apps/dokploy/styles/globals.css b/apps/dokploy/styles/globals.css index 179bbc230..50c516bd1 100644 --- a/apps/dokploy/styles/globals.css +++ b/apps/dokploy/styles/globals.css @@ -113,6 +113,10 @@ color utility to any element that depends on these defaults. */ @layer base { + html { + scrollbar-gutter: stable; + } + *, ::after, ::before,