kirby-stats icon indicating copy to clipboard operation
kirby-stats copied to clipboard

Chart "invisible" in Chrome

Open FabianSperrle opened this issue 9 years ago • 1 comments

Depending on the screen size the chart is not displayed inside its parent container but at the position where it would have been without -webkit-column-count: xy;.

FabianSperrle avatar Mar 13 '15 08:03 FabianSperrle

I fixed this by adding a bit of css to the template.php file in the widgets/stats/ folder: .field, canvas{ -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

ghost avatar Jul 16 '15 07:07 ghost