From acf2cbc9619823261b4067d5aee5e85b0da90e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 16:58:51 +0200 Subject: [PATCH] Fix tooltip clipping by overriding card overflow after base card rule --- styleguide.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styleguide.css b/styleguide.css index 03226d7..b45c7d0 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2158,10 +2158,6 @@ section + section { color: var(--text-vsf-drawer-object-card-body); } -.sg-vsf-marktbewertung-card { - overflow: visible; -} - .sg-vsf-marktbewertung-table-segment { position: relative; z-index: 3; @@ -2292,6 +2288,10 @@ section + section { background: var(--surface-card); } +.sg-card.sg-vsf-marktbewertung-card { + overflow: visible; +} + @media (max-width: 48rem) { :root { --card-segment-padding-horizontal: var(--card-segment-padding-horizontal-mobile);