File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ See related <a href="https://github.com/w3c/csswg-drafts/issues/1956">Issue 1956
127
127
128
128
<pre class="propdef">
129
129
Name : scrollbar-width
130
- Value : auto | thin | <<length>>
130
+ Value : auto | thin | none | <<length>>
131
131
Initial : auto
132
132
Inherited : no
133
133
Computed value : absolute length or the keyword auto.
@@ -146,6 +146,9 @@ This property allows the author to set the maximum thickness of an element’s s
146
146
<dd> implementations must use either a thin scrollbar width variant on platforms that provide that option,
147
147
or display a scrollbar thinner than the default platform scrollbar width.
148
148
</dd>
149
+ <dt> <dfn>none</dfn> </dt>
150
+ <dd> implementations must not display any scrollbar, however the element's scrollability is not affected.
151
+ </dd>
149
152
<dt> <dfn><<length>></dfn> </dt>
150
153
<dd> When a user agent displays one or more scrollbars for an element,
151
154
the thickness of those scrollbars must be no more than the computed 'scrollbar-width' length value.
You can’t perform that action at this time.
0 commit comments