Style: Fix iframe reponsive - refs BT#18919

pull/3922/head
Angel Fernando Quiroz Campos 4 years ago
parent 5509ecd620
commit e8b9a79e58
  1. 11
      app/Resources/public/css/base.css

@ -10548,3 +10548,14 @@ ul.dropdown-menu.inner > li > a {
.form-inline .bootstrap-select.form-control:not([class*="col-"]) { .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
width: 100%; width: 100%;
} }
.youtube-embed-wrapper {
position: relative;
}
.youtube-embed-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Loading…
Cancel
Save