Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: Source/WebCore/inspector/front-end/scriptsPanel.css

Issue 8949013: Merge 102756 - Web Inspector: [Regression] Scripts panel debug sidebar toolbar should not be scro... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/inspector/front-end/ScriptsPanel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/inspector/front-end/scriptsPanel.css
===================================================================
--- Source/WebCore/inspector/front-end/scriptsPanel.css (revision 102900)
+++ Source/WebCore/inspector/front-end/scriptsPanel.css (working copy)
@@ -50,9 +50,18 @@
#scripts-debug-toolbar {
position: relative;
margin-top: -1px;
- height: 23px;
+ height: 24px;
}
+#scripts-debug-sidebar-contents {
+ position: absolute;
+ top: 22px;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ overflow: auto;
+}
+
#scripts-editor-toolbar {
position: relative;
margin-top: -1px;
« no previous file with comments | « Source/WebCore/inspector/front-end/ScriptsPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698