stye: optimize mobile header with icon navigation

This commit is contained in:
Simon
2025-10-24 00:07:15 +08:00
committed by GitHub
parent df449166d5
commit ab710bcaf5
3 changed files with 124 additions and 62 deletions

View File

@@ -192,3 +192,13 @@ td {
border-bottom-color: rgba(255, 255, 255, 0.2);
}
} */
/* 隐藏滚动条,但保持滚动功能 */
.scrollbar-hide {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.scrollbar-hide::-webkit-scrollbar {
display: none; /* Chrome, Safari and Opera */
}