Changeset 55765 in webkit


Ignore:
Timestamp:
Mar 9, 2010 10:17:40 PM (14 years ago)
Author:
pfeldman@chromium.org
Message:

2010-03-09 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: REGRESSION: Tall image resources are cropped over the bottom.

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

  • inspector/front-end/inspector.css:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r55764 r55765  
     12010-03-09  Pavel Feldman  <pfeldman@chromium.org>
     2
     3        Reviewed by Timothy Hatcher.
     4
     5        Web Inspector: REGRESSION: Tall image resources are cropped over the bottom.
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=34720
     8
     9        * inspector/front-end/inspector.css:
     10
    1112010-03-09  Pavel Feldman  <pfeldman@chromium.org>
    212
  • trunk/WebCore/inspector/front-end/inspector.css

    r55628 r55765  
    883883    left: 0;
    884884    bottom: 0;
     885    overflow: auto;
    885886}
    886887
Note: See TracChangeset for help on using the changeset viewer.