[fix 84057] 火狐浏览器滚动条及表格适配
This commit is contained in:
Vendored
+10
@@ -221,6 +221,16 @@
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* 滚动条优化 start */
|
||||
/* 火狐单独调整 */
|
||||
@-moz-document url-prefix() {
|
||||
* {
|
||||
/* 第一个方块颜色,第二个轨道颜色(用于更改火狐浏览器样式) */
|
||||
scrollbar-color: #647C97 transparent;
|
||||
/* 火狐滚动条无法自定义宽度,只能通过此属性使滚动条宽度变细 */
|
||||
scrollbar-width: thin;
|
||||
/*-ms-overflow-style: none;*/
|
||||
}
|
||||
}
|
||||
::-webkit-scrollbar{
|
||||
width:6px;
|
||||
height:6px;
|
||||
|
||||
Reference in New Issue
Block a user