火狐浏览器样式处理

This commit is contained in:
Chengliang 2023-05-04 15:13:48 +08:00
parent 638e110797
commit bc38036b33
1 changed files with 3 additions and 1 deletions

View File

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