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