Title: [147273] branches/chromium/1453/Source/WebCore/inspector/front-end/timelinePanel.css
Revision
147273
Author
pfeld...@chromium.org
Date
2013-03-29 22:20:26 -0700 (Fri, 29 Mar 2013)

Log Message

Merge 146849 "Web Inspector: [Timeline] Records sidebar is clipped."
BUG=222683
> Web Inspector: [Timeline] Records sidebar is clipped.
> https://bugs.webkit.org/show_bug.cgi?id=113177
> 
> Reviewed by Pavel Feldman.
> 
> Analysis: depending on CSS injection order sidebar rule that overwrites
> "bottom" property may win.
> 
> Fix: make timeline-specific rule "important".
> 
> * inspector/front-end/timelinePanel.css:
> (.timeline .sidebar): Make "bottom" value "important".
> 

TBR=eus...@chromium.org
Review URL: https://codereview.chromium.org/13383002

Modified Paths

Diff

Modified: branches/chromium/1453/Source/WebCore/inspector/front-end/timelinePanel.css (147272 => 147273)


--- branches/chromium/1453/Source/WebCore/inspector/front-end/timelinePanel.css	2013-03-30 05:12:00 UTC (rev 147272)
+++ branches/chromium/1453/Source/WebCore/inspector/front-end/timelinePanel.css	2013-03-30 05:20:26 UTC (rev 147273)
@@ -42,7 +42,7 @@
 .timeline .sidebar {
     overflow-y: hidden;
     min-height: 100%;
-    bottom: auto;
+    bottom: auto !important;
 }
 
 .timeline.split-view-vertical .split-view-resizer {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to