From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/zh-cn/web/css/-ms-overflow-style/index.html | 50 ----------------------- 1 file changed, 50 deletions(-) delete mode 100644 files/zh-cn/web/css/-ms-overflow-style/index.html (limited to 'files/zh-cn/web/css/-ms-overflow-style/index.html') diff --git a/files/zh-cn/web/css/-ms-overflow-style/index.html b/files/zh-cn/web/css/-ms-overflow-style/index.html deleted file mode 100644 index 895b1cf043..0000000000 --- a/files/zh-cn/web/css/-ms-overflow-style/index.html +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: '-ms-overflow-style' -slug: Web/CSS/-ms-overflow-style -tags: - - CSS - - CSS属性 - - 参考 -translation_of: Archive/Web/CSS/-ms-overflow-style ---- -
{{CSSRef}}
- -
{{non-standard_header}}
- -
- -

-ms-overflow-style 的CSS 属性是一个 Microsoft extension 用于控制元素内容溢出时滚动条的行为。

- -

{{cssinfo}}

- -

语法

- -

Values

- -
-
auto
-
  初始值等同于inherit.
-
-
none
-
永远不会显示滚动条,但是如果元素的内容溢出,仍然可以滚动元素。
-
scrollbar
-
如果元素的内容溢出,则显示“传统”滚动条。“传统的”滚动条不会自动隐藏,也不会覆盖元素的内容。因此,内容的布局区域的大小将通过滚动条的宽度(垂直滚动条)或高度(水平滚动条)来减少。
-
-ms-autohiding-scrollbar
-
如果元素的内容溢出,则使用自动隐藏滚动条。自动隐藏滚动条在滚动期间或指针与页面交互后不久显示,在滚动和指针交互停止后不久隐藏。当它们可见时,自动隐藏的滚动条会覆盖元素的内容。
-
- -

语法形式

- -
  {{csssyntax}}
-
- -

说明书

- -

不是任何规范的一部分

- -

另请参阅

- - -- cgit v1.2.3-54-g00ecf