Skip to content

Commit

Permalink
Fix z-index in BroadcastContainer.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Jan 31, 2024
1 parent 24b90be commit c8df056
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ function dismiss() {
$margin: 1rem;
.broadcast-container {
z-index: 999999;
position: fixed;
bottom: $margin;
left: 50%;
Expand Down

0 comments on commit c8df056

Please sign in to comment.