From a30b0bb217b53016294c14e090dd3e150585b9c5 Mon Sep 17 00:00:00 2001 From: Murilo Brito Date: Tue, 23 Dec 2025 20:00:33 -0300 Subject: [PATCH] bugfix: fix tooltip breaking interface position --- styles/less/ux/tooltip/tooltip.less | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/less/ux/tooltip/tooltip.less b/styles/less/ux/tooltip/tooltip.less index 709e632d..d9a83d59 100644 --- a/styles/less/ux/tooltip/tooltip.less +++ b/styles/less/ux/tooltip/tooltip.less @@ -10,7 +10,6 @@ aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip.card-style) { max-height: 650px; width: 18rem; background-image: url('../assets/parchments/dh-parchment-dark.png'); - position: relative; outline: 1px solid light-dark(@dark-80, @beige-80); box-shadow: 0 0 25px rgba(0, 0, 0, 0.80);