This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new 3a24edb30 Fixed the issue of a fleeting vertical scrollbar appearing
in tab-content (#2363)
3a24edb30 is described below
commit 3a24edb3090d8923c637c0d0b9ff7621815968ea
Author: Kerwin Bryant <[email protected]>
AuthorDate: Wed Jul 24 23:11:39 2024 +0800
Fixed the issue of a fleeting vertical scrollbar appearing in tab-content
(#2363)
Co-authored-by: tomsun28 <[email protected]>
---
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 dd773ad1e..a89412c96 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 {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]