From 717c4489e0fdccdb4716547d920fe42ab733c388 Mon Sep 17 00:00:00 2001 From: Red Adaya Date: Fri, 8 Mar 2024 13:54:01 +0800 Subject: [PATCH] change overflow-x to auto --- src/app/history/history.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/history/history.less b/src/app/history/history.less index 48e99b339..a798f6e43 100644 --- a/src/app/history/history.less +++ b/src/app/history/history.less @@ -337,7 +337,7 @@ min-width: 300px; padding-top: 0; padding-bottom: 0; - overflow-x: scroll; + overflow-x: auto; position: relative; .cmdstr-code {