Plugin freezes site on media tab

After clicking on the media tab, the site no longer scrolls. I cannot upload anything because it does not scroll down. It’s like it’s stuck and will not scroll below the fold. See screenshot link below. How do we get this fixed? I need items like “Photos” and “Playlist” that this plugin provides.

Screenshot http://f42.4ab.myftpupload.com/wp-content/uploads/2016/09/Screen-Shot-2016-09-14-at-9.52.03-PM.png

@dunnjust

Please add this style in rtMedia -> Settings -> Custom CSS.

body.media.buddypress { overflow: auto; }

Hope it will solve the problem.

Your theme using bootstrap css with the class name .media for overflow:hidden in <body> tag. Other end, BuddyPress itself adding a media class on body tag which is creating a conflict.

Thanks,