angular-simple-calendar
angular-simple-calendar copied to clipboard
calc() css problem with old mobile browsers
This module is very usefull, but calc() css on .day class is not supported on Android before 4.4. Is there some alternative way to implement it?;
I guess you can use fixed values instead
box-sizing: border-box;
on the definitions below help solve a few issues, maybe indirectly related.
simple-calendar .current-month simple-calendar .weekday, .day