Skip to content

Commit

Permalink
fix: base-foreground should use tertiary z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jun 23, 2024
1 parent 6ff481b commit d2f2647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/base/BaseForeground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ $c: ".c-base-foreground";
justify-content: center;
position: fixed;
inset: 0;
z-index: $index-foreground-secondary;
z-index: $index-foreground-tertiary;
}
</style>

0 comments on commit d2f2647

Please sign in to comment.