Title: [186278] trunk/Source/WebInspectorUI
Revision
186278
Author
nvasil...@apple.com
Date
2015-07-04 07:45:09 -0700 (Sat, 04 Jul 2015)

Log Message

Web Inspector: The arrow that appears for Web Inspector Layout & Rendering records overlaps the category switcher
https://bugs.webkit.org/show_bug.cgi?id=146605

Reviewed by Timothy Hatcher.

* UserInterface/Views/TimelineDataGrid.css:
(.data-grid.timeline > .navigation-bar-container):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (186277 => 186278)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-07-04 04:13:00 UTC (rev 186277)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-07-04 14:45:09 UTC (rev 186278)
@@ -1,3 +1,13 @@
+2015-07-04  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: The arrow that appears for Web Inspector Layout & Rendering records overlaps the category switcher
+        https://bugs.webkit.org/show_bug.cgi?id=146605
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/TimelineDataGrid.css:
+        (.data-grid.timeline > .navigation-bar-container):
+
 2015-07-03  Dan Bernstein  <m...@apple.com>
 
         [Xcode] Update some build settings as recommended by Xcode 7

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineDataGrid.css (186277 => 186278)


--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineDataGrid.css	2015-07-04 04:13:00 UTC (rev 186277)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineDataGrid.css	2015-07-04 14:45:09 UTC (rev 186278)
@@ -34,6 +34,7 @@
     right: 0;
     height: 32px;
 
+    z-index: 10;
     pointer-events: none;
     visibility: hidden;
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to