Fix tooltip clipping by overriding card overflow after base card rule

This commit is contained in:
2026-05-21 16:58:51 +02:00
parent 71467dd996
commit acf2cbc961
+4 -4
View File
@@ -2158,10 +2158,6 @@ section + section {
color: var(--text-vsf-drawer-object-card-body); color: var(--text-vsf-drawer-object-card-body);
} }
.sg-vsf-marktbewertung-card {
overflow: visible;
}
.sg-vsf-marktbewertung-table-segment { .sg-vsf-marktbewertung-table-segment {
position: relative; position: relative;
z-index: 3; z-index: 3;
@@ -2292,6 +2288,10 @@ section + section {
background: var(--surface-card); background: var(--surface-card);
} }
.sg-card.sg-vsf-marktbewertung-card {
overflow: visible;
}
@media (max-width: 48rem) { @media (max-width: 48rem) {
:root { :root {
--card-segment-padding-horizontal: var(--card-segment-padding-horizontal-mobile); --card-segment-padding-horizontal: var(--card-segment-padding-horizontal-mobile);