CSS scroll-target-group Property Reference

The CSS scroll-target-group property is a standard property in CSS Overflow. Review its formal syntax, computed behavior, and practical declarations.

CSS scroll-target-group Property Reference

The CSS scroll-target-group property is a standard property in CSS Overflow. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

scroll-target-group overview

The CSS scroll-target-group property is a standard property in CSS Overflow. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

scroll-target-group formal syntax
FieldValue
Formal syntaxnone | auto
Initial valuenone
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Overflow
StatusStandard

Practical examples

These declarations demonstrate valid ways to set scroll-target-group. The initial and inherit global keywords remain available even when a property-specific value is preferable.

scroll-target-group live example
CSS .reset-example { scroll-target-group: initial; } .inherit-example { scroll-target-group: inherit; } @supports (scroll-target-group: initial) { .supported { scroll-target-group: initial; } }

Description

The CSS scroll-target-group property is a standard property in CSS Overflow. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: scroll-target-group
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies