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.
我在 Windows 8 上遇到了 TideSDK 问题。
我的 tiapp.xml 中有:
<chrome scrollbar="false">true</chrome>
但即使这样,滚动条也会出现,为什么?
我可以使用 jQuery 或 CSS 隐藏它们
overflow: hidden;
但在那之后我不能再滚动了。
你能帮我吗?
对不起我的英语不好,我是法国人。
如果您正在处理移动设备,这个 6 岁的答案不再有效......
--- OG 回答 ---
使用可滚动窗格上的 :hover 选择器...
.scrollpane { overflow:hidden; } .scrollpane:hover { overflow-y:scroll; }