mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-25 17:15:22 +02:00
refactor: remove overflow hidden cause of useless
This commit is contained in:
@@ -61,7 +61,6 @@ const DialogContent = React.forwardRef<
|
||||
const originalPaddingRight = body.style.paddingRight;
|
||||
const originalOverflow = body.style.overflow;
|
||||
|
||||
body.style.overflow = "hidden";
|
||||
if (scrollbarWidth > 0) {
|
||||
body.style.paddingRight = `${scrollbarWidth}px`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user