火狐浏览器多滚动条样处理式

This commit is contained in:
Chengliang 2023-05-04 15:13:04 +08:00
parent 744174e49c
commit 2789e7234a
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ body {
body,
html {
height: 100%;
overflow: scroll !important
overflow: scroll !important;
scrollbar-width: none; //火狐滚动条处理
}
::-webkit-scrollbar {