From 49a6eb86327f8cf0064a2817024dc5282ca190cd Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Sun, 31 Dec 2017 00:04:00 +0400 Subject: [PATCH] Fixed round videos bug in safari --- app/less/app.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/less/app.less b/app/less/app.less index a86ae35f..cdd06ef6 100644 --- a/app/less/app.less +++ b/app/less/app.less @@ -4254,7 +4254,11 @@ h5 { position: relative; overflow: hidden; border-radius: 50%; - overflow: hidden; + + // Safari doesn't use border radius without this + -webkit-transform: translateZ(0); + // -webkit-perspective: 1000; + // -webkit-backface-visibility: hidden; } .img_round_meta { background: rgba(0,0,0,0.4);