nilenso / time-tracker

A time-tracker built for education, fun and eventually profit.
http://time.nilenso.com/
Eclipse Public License 1.0
14 stars 6 forks source link

Google Sign-in button does not show up in Firefox #144

Closed kirang89 closed 6 years ago

kirang89 commented 7 years ago

Note to self

This may be of help:

It could be that the div has no content and thus has a 0 height. Make sure the div has at least a line of something in (e.g.: lorem ipsum delors secorum) or:

div.something {
    display: block; /* for verification */
    min-height: 50px;
    min-width: 50px;
}
kirang89 commented 6 years ago

This has been fixed in the recent commit.