Remove applet scroll bar to scroll-view of

Applet scroll-view scroll bar is ugly, want to hide?

In wxss have scroll-view page's scrollbar added:

::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  color: transparent;
}

Not a selector, and do not directly add app.wxss.

Guess you like

Origin www.cnblogs.com/e-cat/p/11008845.html