Scrollbar-width
From Frontal Wiki
Contents |
Purpose
This style sets the width of a vertical scrollbar.
Value
A pixel value or a percentage value. The default value is "10px".
scrollbar-width: 10px;
Remarks
See Scrollbars and Scrolling a text Tag for more details and examples.
Example
<style><![CDATA[ text { font-size: 20px; font-family: Swift LT Std; width: 150px; height: 100px; condense-white: true; scroll: auto; scrollbar-width: 6px; } ]]></style> <include rel="assets" blocking="true" src="assets.swf" fontClasses="SwiftLTStd, SwiftLTStdBold, SwiftLTStdItalic" /> <text><![CDATA[ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ]]></text>
Can Be Applied To
This style can be applied to any visual element: