constelation / monorepo

Mono repo for constelation's Components, functions, and CONSTANTS
https://constelation.github.io/monorepo/
MIT License
12 stars 3 forks source link

Remove `position: relative` default #2

Closed kylpo closed 7 years ago

kylpo commented 8 years ago

Because of this rendering error in Safari: https://web.archive.org/web/20131005175118/http://cantina.co/2012/03/06/ios-5-native-scrolling-grins-and-gothcas/

Maybe make the component smart enough to apply position: relative if top, right, etc are passed in (and position is not already set)?