FireFox is blocking Twitter content

To view content on tw-rl, follow these steps...

  1. Click on the shield in the address bar.
  2. Toggle the switch at the top of the panel.
Sign In →
Sign In →
start

v2 = no 100vh side effects!
https://codepen.io/argyleink/pen/yLovWjz?editors=1100

“`#css
html, body, section {
block-size: 100%;
}

html {
scroll-snap-type: y;
}

section {
scroll-snap-align: start;
scroll-snap-stop: always;

display: flex;
align-items: center;
justify-content: center;
}
“`

Adam Argyle @argyleinkfull-screen scroll-snap starter? here! ? ```css html { scroll-snap-type: y; } section { scroll-snap-align: center; block-size: 100vh; /* optional */ scroll-snap-stop: always; } ```
0:000:00
twitter.com

My Notes:

Select to add to your #gallery:
0:000:00

v2 = no 100vh side effects!
https://codepen.io/argyleink/pen/yLovWjz?editors=1100

“`#css
html, body, section {
block-size: 100%;
}

html {
scroll-snap-type: y;
}

section {
scroll-snap-align: start;
scroll-snap-stop: always;

display: flex;
align-items: center;
justify-content: center;
}
“`

Pro Curator

$99 /yearPay what you can