KandZ – Tuts

We like to help…!

CSS 39 ๐Ÿ’ป overflow-block and overflow-inline media features

a - overflow-block media feature
overflow-block checks the device's overflow handling along the block axis
values: none,
scroll โ†’ provides scrolling mechanism for the containing block
optional-paged โ†’ provides scrolling and page pages can be triggered
pages โ†’ provides scrolling and pages are broken into discrete pages.
@media (overflow-block: scroll) { } โ†’ applies styles when scroll is provided
@media (overflow-block: paged) { } โ†’ applies styles when paged is provided

b - overflow-inline media feature
overflow-block checks the device's overflow handling along the inline axis
values: none,
scroll โ†’ provides scrolling along the inline axis
@media (overflow-inline: none) { } โ†’ applies when overflowed text is not displayed
@media (overflow-inline: scroll) { } โ†’ applies when overflowed text is displayed by scrolling to it

Stop using slow, ad-bloated tool sites! ๐Ÿคฎ

๐Ÿ”Ž Search “KandZ Tools” on Google to use many professional utilities for free.

KandZ.me is the ultimate minimalist hub for:
โœ… Finance (Mortgage, Interest, Inflation)
โœ… Tech (Base64, JSON, Dev Suite, IP)
โœ… Health (BMI, BMR, TDEE)
โœ… Productivity (Timer, Workspace, QR)

โšก๏ธ Fast & Private
๐Ÿ”’ No data leaves your device
๐Ÿ’Ž 100% Free

๐Ÿ”— Use it now: https://tools.kandz.me
๐Ÿ”– Bookmark itโ€”youโ€™ll need it later!

Leave a Reply