From de54bd4817cc2a0aaa6f03e8e080e641f7432ed8 Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Thu, 10 Mar 2022 21:56:49 -0600 Subject: [PATCH] add `z-index` and `position` to `.decoration` --- themes/5ePhb.style.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index 63af5e972..6b104eadd 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -621,6 +621,8 @@ body { } &.decoration { transform-style : preserve-3d; + z-index: -1; + position:relative; } &.decoration::before { content :'';