Skip to:
Content

bbPress.org

Opened 2 years ago

Last modified 7 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: bbPress.org 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 2 years ago.

Download all attachments as: .zip

Change History (5)

#1 @truptikanzariya
2 years ago

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

#2 @truptikanzariya
2 years ago

  • Keywords needs-patch added; has-patch removed

#3 @hiteshtalpada
2 years 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 2 years ago by hiteshtalpada (previous) (diff)

#4 @johnjamesjacoby
7 months ago

  • Milestone changed from Awaiting Review to bbPress.org

Move site feedback tickets out of Awaiting Review

Note: See TracTickets for help on using tickets.