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