mirror of
https://github.com/pinry/pinry.git
synced 2026-01-18 13:12:08 +01:00
`display: block` is needed on some pages that have local CSS overrides that happen to apply to our elements as well. `z-index: 2147483647` seems to be the maximum allowed values, as per http://web.archive.org/web/20160502062529/http://www.puidokas.com/max-z-index Fixes #273 on GitHub upstream.