From e9f9457b8991e1444edebbd6f1d60d97cfb31529 Mon Sep 17 00:00:00 2001 From: kerwin612 Date: Wed, 24 Jul 2024 09:15:02 +0800 Subject: [PATCH] Fixed the issue of a fleeting vertical scrollbar appearing in tab-content --- web-app/src/styles/theme.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/src/styles/theme.less b/web-app/src/styles/theme.less index dd773ad1e39..a89412c966f 100644 --- a/web-app/src/styles/theme.less +++ b/web-app/src/styles/theme.less @@ -84,7 +84,7 @@ flex: auto; min-width: 0; min-height: 0; - overflow-x: auto; + overflow: hidden; } .hoverClass {