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: |
|
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)
Note: See
TracTickets for help on using
tickets.
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%; } }