File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -270,11 +270,15 @@ Value Definitions</h3>
270270 authors should use ''overflow: hidden'' instead of ''scrollbar-width: none'' .
271271 </dl>
272272
273- Note: Users who find the ''thin'' style of scrollbars unusable
274- can include the following rule in their [=user style sheet=] :
275- <pre><code class=lang-css> * { scrollbar-width: auto !important; }</code></pre>
276- This will ensure that all scrollbars are sized as per OS and UA settings
277- regardless of author styles.
273+ <div class=note>
274+ Note: Users who find the ''thin'' style of scrollbars unusable
275+ can include the following rule in their [=user style sheet=] :
276+
277+ <pre><code class=lang-css> * { scrollbar-width: auto !important; }</code></pre>
278+
279+ This will ensure that all scrollbars are sized as per OS and UA settings
280+ regardless of author styles.
281+ </div>
278282
279283 UAs must apply the 'scrollbar-width' value set on the root element to the viewport.
280284
You can’t perform that action at this time.
0 commit comments