From: Vincent Vanwaelscappel Date: Wed, 13 Mar 2019 14:19:27 +0000 (+0100) Subject: fix #2631 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7d9ec908e9ebdd6e34816fcba9d4289f4adeb6d6;p=fluidbook-html5.git fix #2631 @0:20 --- 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; }