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!