1、设置滚动条:
overflow-x: scroll;
white-space: nowrap;
2、隐藏滚动条:
::-webkit-scrollbar {
width: 0 !important;
}
::-webkit-scrollbar {
width: 0 !important;height: 0;
}
版权声明:本文为qq_41627870原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
overflow-x: scroll;
white-space: nowrap;
::-webkit-scrollbar {
width: 0 !important;
}
::-webkit-scrollbar {
width: 0 !important;height: 0;
}