Skip to content

Commit

Permalink
fix z-index in landing-page example
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Aug 20, 2023
1 parent 7dde649 commit 4a00c3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/** @type {RenderContext} */
export let context
// context.props.weather = context.props.api[context.fragment.params.city]
setContext('weather-api', api[context.fragment.params.city])
</script>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
width: 100%;
padding: 0 20px;
position: relative;
z-index: -1;
}
.example :global(svg) {
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
margin-top: 48px;
padding: 32px;
background: var(--surface-2);
position: relative;
z-index: -1;
}
.features {
border-right: solid 1px #ccc;
Expand Down

0 comments on commit 4a00c3c

Please sign in to comment.