🏄‍ 瀑布流

This commit is contained in:
tangly1024
2021-09-27 17:21:25 +08:00
parent 98bbc014a3
commit f07b311dd3
6 changed files with 77 additions and 29 deletions

View File

@@ -111,6 +111,10 @@ nav {
@media (max-width: 1300px){
.sidebar{
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
@apply border-r border-gray-200 h-screen overflow-y-scroll fixed left-0
}
.sidebar::-webkit-scrollbar { width: 0 !important }
}