Skip to:
Content

bbPress.org

Opened 12 months ago

Last modified 6 months ago

#3577 new defect (bug)

The iframe's overflow is causing issues in responsive design.

Reported by: truptikanzariya's profile truptikanzariya Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Site - bbPress.org Keywords: has-patch
Cc:

Description

The responsive behavior of the iframe is not handling overflowed content as expected.

URL: https://bbpress.org/forums/topic/bbpress-2-6-6/

Thank you...

Attachments (1)

Topic-bbPress-2-6-6-·-bbPress-org.png (108.5 KB) - added by truptikanzariya 12 months ago.

Download all attachments as: .zip

Change History (4)

#1 @truptikanzariya
7 months ago

  • Keywords has-patch added; needs-patch has-screenshots removed

#2 @truptikanzariya
6 months ago

  • Keywords needs-patch added; has-patch removed

#3 @hiteshtalpada
6 months ago

  • Keywords has-patch added; needs-patch removed

Iframe has been given an inline width causing it to overflow content.

Use the following CSS for mobile devices:

@media only screen and (max-width: 767px) {
  	.bbp-topic-content iframe.wp-embedded-content {
	    width: 100%;
	}
}
Last edited 6 months ago by hiteshtalpada (previous) (diff)
Note: See TracTickets for help on using tickets.