[Webkit-unassigned] [Bug 11225] No scroll bars are displayed for standalone SVG image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 17 14:51:55 PDT 2008


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





------- Comment #19 from hyatt at apple.com  2008-09-17 14:51 PDT -------
Try adding this to SVG's css file

replace

svg { overflow: hidden }

with

svg:not(:root) { overflow: hidden }

Note that WebKit not showing scrollbars is actually correct according to the
SVG and CSS specs, so we need to raise this issue with the SVG and CSS WGs.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list