Skip to content

Commit

Permalink
Merge pull request #1215 from Esri/reporter-share
Browse files Browse the repository at this point in the history
update z index
  • Loading branch information
jmhauck authored Feb 24, 2025
2 parents 9842c2a + ce37b02 commit 500f6d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/components/info-card/info-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
font-weight: bold;
}

.z-index-1 {
z-index: 1;
}

.visibility-hidden {
visibility: hidden;
height: 0px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/info-card/info-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ export class InfoCard {
const selectedFeatureIndex = this._navigatedToRelatedFeature ? 0 : this._features?.selectedFeatureIndex;
return (
<Host>
<calcite-shell style={{ position: this.position }}>
<calcite-shell class="z-index-1" style={{ position: this.position }}>
{this._getHeader()}
<calcite-loader
class={loadingClass}
Expand Down

0 comments on commit 500f6d9

Please sign in to comment.