style: side menu raw scroll bar width 0

This commit is contained in:
jialin
2025-01-22 18:28:44 +08:00
parent a54c160d83
commit 2c0ae66143
+6
View File
@@ -831,3 +831,9 @@ body {
}
}
}
.ant-pro-sider-logo + div {
&::-webkit-scrollbar {
width: 0;
}
}