fix: menu ui

This commit is contained in:
tim
2025-08-29 14:51:40 +08:00
parent 6fd663d983
commit fff59e800d
2 changed files with 10 additions and 1 deletions

View File

@@ -279,6 +279,15 @@ const gotoTag = (t) => {
padding: 10px 10px 0 10px;
}
.menu-content::-webkit-scrollbar {
display: none;
}
.menu-content {
-ms-overflow-style: none;
scrollbar-width: none;
}
.menu-item-container {
border-bottom: 1px solid var(--menu-border-color);
}