Raise market valuation help tooltip layer above following segment
This commit is contained in:
@@ -148,7 +148,7 @@
|
|||||||
<div class="sg-content-block-card-group__panel" id="vsf-fundamental-tab-panel-2" role="tabpanel" aria-labelledby="vsf-fundamental-tab-2" hidden>
|
<div class="sg-content-block-card-group__panel" id="vsf-fundamental-tab-panel-2" role="tabpanel" aria-labelledby="vsf-fundamental-tab-2" hidden>
|
||||||
<article class="sg-card sg-card--content-card sg-vsf-marktbewertung-card" data-component="content-card" aria-label="Marktbewertung">
|
<article class="sg-card sg-card--content-card sg-vsf-marktbewertung-card" data-component="content-card" aria-label="Marktbewertung">
|
||||||
<div class="sg-card-segment sg-card-segment--header sg-card-segment--darkblue" data-component-part="card-header"><div class="sg-strong">Marktbewertung</div></div>
|
<div class="sg-card-segment sg-card-segment--header sg-card-segment--darkblue" data-component-part="card-header"><div class="sg-strong">Marktbewertung</div></div>
|
||||||
<div class="sg-card-segment sg-card-segment--gray" data-component-part="card-body">
|
<div class="sg-card-segment sg-card-segment--gray sg-vsf-marktbewertung-table-segment" data-component-part="card-body">
|
||||||
<div class="sg-score-bar-list sg-score-bar-list--single-score" data-component="score-bar-list">
|
<div class="sg-score-bar-list sg-score-bar-list--single-score" data-component="score-bar-list">
|
||||||
<div class="sg-score-bar-item" data-component="score-bar">
|
<div class="sg-score-bar-item" data-component="score-bar">
|
||||||
<p class="sg-score-bar-label sg-bar-label" data-component-part="score-label">Score:</p>
|
<p class="sg-score-bar-label sg-bar-label" data-component-part="score-label">Score:</p>
|
||||||
|
|||||||
@@ -2162,6 +2162,15 @@ section + section {
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-vsf-marktbewertung-table-segment {
|
||||||
|
position: relative;
|
||||||
|
z-index: 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sg-vsf-marktbewertung-table-segment .sg-help-icon-panel {
|
||||||
|
z-index: var(--layer-pulldown-panel);
|
||||||
|
}
|
||||||
|
|
||||||
/* ========================================================= */
|
/* ========================================================= */
|
||||||
/* Patterns: Text Layouts */
|
/* Patterns: Text Layouts */
|
||||||
/* ========================================================= */
|
/* ========================================================= */
|
||||||
|
|||||||
Reference in New Issue
Block a user