From 7d9ec908e9ebdd6e34816fcba9d4289f4adeb6d6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 13 Mar 2019 15:19:27 +0100 Subject: [PATCH] fix #2631 @0:20 --- style/fluidbook.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index 8a82b66b..ab7981c0 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1805,6 +1805,10 @@ form input[type="text"], form input[type="email"] { position: relative; z-index: 1; background-blend-mode: normal, overlay; + // Fix #2631 + .android.chrome &{ + background-blend-mode: normal, normal; + } background-repeat: no-repeat; } -- 2.39.5