From 0d0fc6597a12d0173f5a38a97bbffebfb3ab7053 Mon Sep 17 00:00:00 2001 From: Zhiyu Wang Date: Mon, 1 Aug 2022 08:39:45 +0000 Subject: [PATCH] Fix: hidden cloudshell dialog scroll bar Signed-off-by: Zhiyu Wang --- src/layout/CloudShell/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layout/CloudShell/index.less b/src/layout/CloudShell/index.less index a9ba0b38b..18d660289 100644 --- a/src/layout/CloudShell/index.less +++ b/src/layout/CloudShell/index.less @@ -9,6 +9,7 @@ .next-drawer-body { height: 100%; padding: 0; + overflow: hidden; background: rgb(59, 59, 59); .prepare { display: flex;