angular-simple-calendar icon indicating copy to clipboard operation
angular-simple-calendar copied to clipboard

calc() css problem with old mobile browsers

Open calebeaires opened this issue 8 years ago • 2 comments

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?;

calebeaires avatar Apr 22 '16 13:04 calebeaires

I guess you can use fixed values instead

ilyagelman avatar Apr 25 '16 08:04 ilyagelman

box-sizing: border-box;

on the definitions below help solve a few issues, maybe indirectly related.

simple-calendar .current-month simple-calendar .weekday, .day

dassour avatar Feb 26 '20 15:02 dassour