diff --git a/core/core-frontend/index.html b/core/core-frontend/index.html index 5082b452a5..07c3128d94 100644 --- a/core/core-frontend/index.html +++ b/core/core-frontend/index.html @@ -10,8 +10,8 @@ -
+
- + \ No newline at end of file diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 39faa916a2..9f38bdf3c9 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -628,14 +628,16 @@ strong { overflow-x: auto !important; } -::-webkit-scrollbar-thumb { - border-radius: 4px; - background: #1f23294d; -} +.de-main_scrollbar { + ::-webkit-scrollbar-thumb { + border-radius: 4px; + background: #1f23294d; + } -::-webkit-scrollbar { - width: 8px !important; - height: 8px !important; + ::-webkit-scrollbar { + width: 8px !important; + height: 8px !important; + } } .ed-scrollbar__thumb {