Skip to content

Commit 63d1be3

Browse files
committed
[css-scrollbar] Fix markup
1 parent 5afb42c commit 63d1be3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

css-scrollbars-1/Overview.bs

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)