bitcrowd / bitstyles_phoenix

A collection of Elixir phoenix helpers for bitstyles
ISC License
12 stars 0 forks source link

[#96] Use u-height-stretch instead of… #97

Open andreasknoepfle opened 1 year ago

andreasknoepfle commented 1 year ago

…u-height-100vh in sidebar

https://github.com/bitcrowd/bitstyles_phoenix/issues/96

planktonic commented 1 year ago

I just pushed a commit with updated classnames — it works for me in safari, firefox, and chrome, with or without autoprefixer (the extra niceness of stretch is not there when the browser doesn’t support it of course, but then it falls back to height:100vh).

I think the autoprefixer flag is unnecessary in this case, wdyt?