meteoric / meteor-ionic

Ionic components for Meteor. No Angular!
http://meteoric.github.io
MIT License
1.51k stars 219 forks source link

Text selection when using meteor-ionic #131

Closed AnkitTheCoder closed 9 years ago

AnkitTheCoder commented 9 years ago

Is it possible to make text selectable when using meteor-ionic?

I have managed to overcome most of the bootstrap-ionic conflicts to enable template re-use on mobile as well as desktop. The only thing that stands out is the inability to select text on desktop webpage. In its current state, the web page shows up nice and correct but I cannot select any text.

I am sure that is a valid scenario for mobile phones as well.

Any way to overcome this issue?

nickw commented 9 years ago

You probably just need to override this line: https://github.com/meteoric/ionic-sass/blob/master/stylesheets/_scaffolding.scss#L25