From 2c0ae661437134cbbe2f5096f1c3c416f02697cb Mon Sep 17 00:00:00 2001 From: jialin Date: Wed, 22 Jan 2025 18:26:59 +0800 Subject: [PATCH] style: side menu raw scroll bar width 0 --- src/global.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/global.less b/src/global.less index a4df9873..3adaff89 100644 --- a/src/global.less +++ b/src/global.less @@ -831,3 +831,9 @@ body { } } } + +.ant-pro-sider-logo + div { + &::-webkit-scrollbar { + width: 0; + } +}