Fix tooltip clipping by overriding card overflow after base card rule
This commit is contained in:
+4
-4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user