Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有滚动条的元素(溢出-y:自动)。我将元素的背景颜色设置为特定颜色(例如蓝色)。但是,滚动条的区域仍为白色背景色。
如何将滚动条区域背景颜色更改为元素背景颜色?
GWT从 2.4 版本引入了自定义滚动面板。我想你可以试试这个。如果您想更改颜色、图像和所有内容,您应该熟悉CSS 资源。您也可以参考以下链接
GWT CustomScrollPanel 示例
http://css-tricks.com/custom-scrollbars-in-webkit/
您不能更改滚动条的颜色。您将不得不使用第 3 方滚动条替换。