From 7a287042cd53db956f8775b6ce90f46c3a21bc79 Mon Sep 17 00:00:00 2001 From: Harley White Date: Mon, 24 May 2021 22:37:36 -0400 Subject: [PATCH] Fixed layering --- changelog.md | 1 + style.css | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 5bb711f..d0f8e2b 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ - The challenge that you are currently in is highlighted, and will not be hidden if "hide completed challenges" is on and it is already completed. - Fixed the infobox not appearing in default tabFormat. +- Fixed upgrade/buyable layering when they are hovered over. ### v2.5.10.2 - 5/24/21 - Fixed some things in the tree tab not being clickable. diff --git a/style.css b/style.css index e5fe40f..4fd584f 100644 --- a/style.css +++ b/style.css @@ -118,6 +118,13 @@ h1, h2, h3, b, input { box-shadow: 0 0 20px var(--points) } +.can.upg:hover { + z-index: 2 +} + +.can.buyable:hover { + z-index: 2 +} .resetNotify { box-shadow: var(--hqProperty2a), 0 0 8px #ffffff;