style: side menu scroll bar

This commit is contained in:
jialin
2026-06-02 15:18:00 +08:00
committed by jialin
parent abd0d52fad
commit b444c35643
3 changed files with 57 additions and 51 deletions
+2 -5
View File
@@ -284,10 +284,6 @@ body {
}
}
}
.ant-pro-sider .ant-layout-sider-children {
// border-right: 1px solid var(--ant-color-split);
}
}
.ant-table-content table {
@@ -347,7 +343,6 @@ body {
.ant-pro-layout-container {
overflow-x: auto;
min-height: 100vh;
// background-color: var(--ant-color-bg-container);
}
.ant-pro-sider {
@@ -812,6 +807,8 @@ body {
}
.ant-pro-sider-logo + div {
display: flex;
overflow: hidden;
&::-webkit-scrollbar {
width: 0;
}