Title: [200955] trunk/Source/WebInspectorUI
Revision
200955
Author
nvasil...@apple.com
Date
2016-05-16 11:54:41 -0700 (Mon, 16 May 2016)

Log Message

Web Inspector: Background stripes don't span the width of Network sidebar
https://bugs.webkit.org/show_bug.cgi?id=157744

Reviewed by Timothy Hatcher.

* UserInterface/Views/NetworkSidebarPanel.css:
(.sidebar > .panel.navigation.network.network-grid-content-view-showing > .content):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (200954 => 200955)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-05-16 18:47:49 UTC (rev 200954)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-05-16 18:54:41 UTC (rev 200955)
@@ -1,3 +1,13 @@
+2016-05-16  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: Background stripes don't span the width of Network sidebar
+        https://bugs.webkit.org/show_bug.cgi?id=157744
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/NetworkSidebarPanel.css:
+        (.sidebar > .panel.navigation.network.network-grid-content-view-showing > .content):
+
 2016-05-16  Antoine Quint  <grao...@apple.com>
 
         Web Inspector: Computed style shows both prefixed and unprefixed variants of properties

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/NetworkSidebarPanel.css (200954 => 200955)


--- trunk/Source/WebInspectorUI/UserInterface/Views/NetworkSidebarPanel.css	2016-05-16 18:47:49 UTC (rev 200954)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/NetworkSidebarPanel.css	2016-05-16 18:54:41 UTC (rev 200955)
@@ -62,6 +62,7 @@
  /* This hides the scrollbar. The view shows a scrollbar, we don't need two. */
     padding-right: 16px;
     right: -16px;
+    overflow-y: overlay;
 }
 
 .sidebar > .panel.navigation.network .item:not(:hover, .selected) .status .status-button,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to