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);