Merge branch 'bug-fix-code-repeat' into preview

This commit is contained in:
tangly1024
2022-04-26 10:55:25 +08:00
12 changed files with 60 additions and 67 deletions

View File

@@ -113,6 +113,7 @@ nav {
.scroll-hidden{
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
scrollbar-width: none; /* firefox */
}
.scroll-hidden::-webkit-scrollbar { width: 0 !important }