Title: [202217] trunk/Source/WebInspectorUI
Revision
202217
Author
nvasil...@apple.com
Date
2016-06-19 15:19:53 -0700 (Sun, 19 Jun 2016)

Log Message

Web Inspector: Remove Sidebar z-index:0 workaround for scrollbars and position:sticky section headers
https://bugs.webkit.org/show_bug.cgi?id=158882

Reviewed by Darin Adler.

The z-index:0 workaround is no longer needed as it doesn't change anything.

* UserInterface/Views/Sidebar.css:
(.sidebar > .panel): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (202216 => 202217)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-06-19 20:49:28 UTC (rev 202216)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-06-19 22:19:53 UTC (rev 202217)
@@ -1,3 +1,15 @@
+2016-06-19  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: Remove Sidebar z-index:0 workaround for scrollbars and position:sticky section headers
+        https://bugs.webkit.org/show_bug.cgi?id=158882
+
+        Reviewed by Darin Adler.
+
+        The z-index:0 workaround is no longer needed as it doesn't change anything.
+
+        * UserInterface/Views/Sidebar.css:
+        (.sidebar > .panel): Deleted.
+
 2016-06-17  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, rolling out r202152.

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Sidebar.css (202216 => 202217)


--- trunk/Source/WebInspectorUI/UserInterface/Views/Sidebar.css	2016-06-19 20:49:28 UTC (rev 202216)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Sidebar.css	2016-06-19 22:19:53 UTC (rev 202217)
@@ -52,8 +52,6 @@
     display: none;
 
     overflow: hidden;
-
-    z-index: 0; /* Workaround so that scroll bars appear above position:sticky section headers. */
 }
 
 .sidebar.has-navigation-bar > .panel {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to