From a3e21a6575eac1c318bafb610981dffd88ed3b36 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 11 Jan 2023 17:35:41 +0100 Subject: [PATCH] wait #5679 @1.5 --- style/fluidbook.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index c3b9b6c7..d42dc566 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1479,10 +1479,11 @@ html.ios body.portrait #interface { } } - &[data-flipcard] { + &.contentLink[data-flipcard] { background-image: none !important; perspective: 2000px; position: relative; + overflow: visible; > a { position: absolute; -- 2.39.5