-ms-scroll-limit-y-min property

Specifies the minimum value for the scrollTop property. This property has no effect on non-scrollable elements.

This property is read/write.

Internet Explorer 10

 

Syntax

-ms-scroll-limit-y-min: <length>

Property values

The following value.

  • length
    The minimum value for the scrollTop property. If the value is negative, then "0" is used.

CSS information

Applies To non-replaced block-level elements and non-replaced inline-block elements
Media interactive
Inherited no
Initial Value none

Remarks

The specified behavior of the -ms-scroll-limit-y-min property is only applicable at a msContentZoomFactor of 1; the behavior of this property is undefined at other zoom factors.

This property requires Windows 8 or later.

See also

CSSStyleDeclaration

Windows apps using JavaScript Samples: HTML scrolling, panning and zooming sample

Internet Explorer Samples: Scrolling, panning, and zooming with touch input