CefView / QCefView

A Qt Widget encapsulated CEF view based on QWidget
https://cefview.github.io/QCefView/
GNU Lesser General Public License v2.1
521 stars 137 forks source link

【问题】你好,我是否有办法控制侧面的滚动条的大小? #296

Closed Shu7i closed 1 year ago

Shu7i commented 1 year ago

你好大佬,现在在嵌入式设备上屏幕右边的滚动条太小了按不到,有接口去操作右边的滚动条放大吗?

tishion commented 1 year ago

需要在web中通过css样式来自定义滚动条。

https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_custom_scrollbar2