This commit is contained in:
ahao
2023-09-29 00:06:57 +08:00
parent c6f3cd068e
commit fe384a3020
3 changed files with 11 additions and 26 deletions

View File

@ -227,23 +227,4 @@
margin-right: 16px;
}
}
// the scroll bar appears when the sub-menu is too long
> .el-menu--popup {
max-height: 100vh;
overflow-y: auto;
&::-webkit-scrollbar-track-piece {
background: #d3dce6;
}
&::-webkit-scrollbar {
width: 6px;
}
&::-webkit-scrollbar-thumb {
background: #99a9bf;
border-radius: 20px;
}
}
}