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; }