File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 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
127127
128128<pre class="propdef">
129129Name : scrollbar-width
130- Value : auto | thin | <<length>>
130+ Value : auto | thin | none | <<length>>
131131Initial : auto
132132Inherited : no
133133Computed 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
146146<dd> implementations must use either a thin scrollbar width variant on platforms that provide that option,
147147or display a scrollbar thinner than the default platform scrollbar width.
148148</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>
149152<dt> <dfn><<length>></dfn> </dt>
150153<dd> When a user agent displays one or more scrollbars for an element,
151154the 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