Search Divi Modal Popup Documentation
Search for answers or browse our knowledge base.
Divi modal popup FV player size issue
If there is an unusual height seen while using Divi Modal Popup or Divi Plus Modal while using FV Player,
Try the following CSS snippet in your Divi Theme Options
.dipl_modal .dipl_modal_wrapper .dipl_modal_body, .et-db #et-boc .et-l .dipl_modal .dipl_modal_wrapper .dipl_modal_body {
overflow-y: initial;
}