Skip to content

Commit

Permalink
Style: Fix iframe reponsive - refs BT#18919
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Jun 18, 2021
1 parent 5509ecd commit e8b9a79
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/Resources/public/css/base.css
Expand Up @@ -10548,3 +10548,14 @@ ul.dropdown-menu.inner > li > a {
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
width: 100%;
}

.youtube-embed-wrapper {
position: relative;
}
.youtube-embed-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

0 comments on commit e8b9a79

Please sign in to comment.