Skip to content

Commit

Permalink
fix(player): iframe should not leak outside media provider
Browse files Browse the repository at this point in the history
closes #1104
  • Loading branch information
mihar-22 committed Jan 25, 2024
1 parent 1ea562a commit ed93a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vidstack/player/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
border-radius: inherit;
width: 100%;
aspect-ratio: inherit;
overflow: hidden;
}

[data-media-player]:not([data-view-type='audio']) [data-media-provider],
Expand Down

0 comments on commit ed93a31

Please sign in to comment.