[Webkit-unassigned] [Bug 175532] New: Can't scroll an iframe, unless its content is explicitly scrollable with css

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 14 05:23:29 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175532

            Bug ID: 175532
           Summary: Can't scroll an iframe, unless its content is
                    explicitly scrollable with css
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Macintosh
                OS: macOS 10.12.4
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Frames
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hello at haroen.me

any iframe (codepen.io, codesandbox.io) that overflows its container, can't be scrolled. The only way around, is to add the following to the styling of the frame:

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: auto;
}

This wasn't the case in earlier Safari versions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170814/25bbf5e1/attachment-0001.html>


More information about the webkit-unassigned mailing list