From d375cdf10b8f77c7cf750b86a3bbc405e543852f Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 19 Apr 2023 11:14:29 -0400 Subject: [PATCH] Move rule to the ".block" section --- themes/V3/Blank/style.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/V3/Blank/style.less b/themes/V3/Blank/style.less index 4a6218556..149c9ab0d 100644 --- a/themes/V3/Blank/style.less +++ b/themes/V3/Blank/style.less @@ -23,6 +23,9 @@ body { break-inside : avoid; display : inline-block; width : 100%; + img { + z-index : 0; + } } .inline-block { display : inline-block; @@ -93,9 +96,6 @@ body { img{ z-index : -1; } - .block img { - z-index : 0; - } //***************************** // * HEADERS