From 91145417bc5720afd3921e3b2735780163c8263e Mon Sep 17 00:00:00 2001 From: Azmoria <65363489+Azmoria@users.noreply.github.com> Date: Thu, 24 Oct 2024 03:18:10 -0400 Subject: [PATCH] Fix - issue where invalid roll message was not displaying --- abovevtt.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/abovevtt.css b/abovevtt.css index 93e79702e..7f732235b 100644 --- a/abovevtt.css +++ b/abovevtt.css @@ -7116,11 +7116,12 @@ button span.onedrive-btn-status{ } -.invalidExpression:before{ +.chat-text-wrapper.sidebar-hover-text.invalidExpression:before{ content: attr(data-content); display: block; position: relative; top: 0; + opacity: 1; } #conditions-flyout li{