From c946e3e01b9abde9bb78729e5ccf9c800d7001ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gabriel?= Date: Fri, 27 Dec 2024 10:50:36 -0300 Subject: [PATCH] refactor: prevent layout shifting from scrollbar --- apps/dokploy/styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/dokploy/styles/globals.css b/apps/dokploy/styles/globals.css index ab6084e1..5550358e 100644 --- a/apps/dokploy/styles/globals.css +++ b/apps/dokploy/styles/globals.css @@ -90,6 +90,10 @@ } } +html { + scrollbar-gutter: stable both-edges; +} + .xterm-viewport { border-radius: 0.75rem /* 12px */ !important; }