火狐浏览器样式处理
This commit is contained in:
parent
638e110797
commit
bc38036b33
|
|
@ -26,7 +26,9 @@ body {
|
|||
body,
|
||||
html {
|
||||
height: 100%;
|
||||
overflow: scroll !important
|
||||
overflow: scroll !important;
|
||||
scrollbar-width: none; //火狐滚动条处理
|
||||
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
|
|
|||
Loading…
Reference in New Issue