Skip to content

Commit

Permalink
Merge pull request galaxyproject#17401 from davelopez/fix_broadcast_n…
Browse files Browse the repository at this point in the history
…otification_occlusion

Fix z-index in BroadcastContainer.vue
  • Loading branch information
jmchilton authored Feb 1, 2024
2 parents 7929d83 + c8df056 commit e062c1e
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 e062c1e

Please sign in to comment.