Skip to content

Commit

Permalink
style: 更新滚动条样式
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Apr 23, 2024
1 parent 9230597 commit 329a41a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/blazor/admin/BootstrapAdmin.Web/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,10 @@
align-items: center;
justify-content: center;
}

@supports not selector(::-webkit-scrollbar) {
.scroll {
scrollbar-color: rgba(0,0,0,0.3) rgba(0,0,0,0);
scrollbar-width: thin;
}
}

0 comments on commit 329a41a

Please sign in to comment.