Skip to content

Instantly share code, notes, and snippets.

@OliverBrotchie
Last active April 24, 2021 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OliverBrotchie/f260592bb4cebaafdd9910225ab33d4c to your computer and use it in GitHub Desktop.
Save OliverBrotchie/f260592bb4cebaafdd9910225ab33d4c to your computer and use it in GitHub Desktop.
@media (height: x) does not work on android.
body
&::after
content: 'Error, this should not display!'
@for $i from 0px through 2161px
@media (height: $i)
&::after
content: 'Height: #{$i}'
@OliverBrotchie
Copy link
Author

See the bug report here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment