Web features explorer

Safe area inset environment variables

Widely available
Tags: css Groups: CSS > CSS environment variables

The safe-area-inset- CSS environment variables represent a rectangle that cannot cut off content within a non-rectangular screen. For example, top:\ env(safe-area-inset-top); positions the top of an element below the notch on an iPhone. To learn more, see env() at MDN.

Compatibility