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

Unified Diff: Source/devtools/front_end/inspectorCommon.css

Issue 197823010: [DevTools] Add minimum size to WebInspector.View. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@splitdip2
Patch Set: fixed comments Created 6 years, 9 months 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/devtools/front_end/inspector.css ('k') | Source/devtools/front_end/splitView.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspectorCommon.css
diff --git a/Source/devtools/front_end/inspectorCommon.css b/Source/devtools/front_end/inspectorCommon.css
index 2117db313dc8821adbad3942d6d9540e0defb460..d719f1006e457a6edc2a3d8d0d41c1286982e454 100644
--- a/Source/devtools/front_end/inspectorCommon.css
+++ b/Source/devtools/front_end/inspectorCommon.css
@@ -4,11 +4,9 @@ html {
body {
cursor: default;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
+ position: relative;
+ height: 100%;
+ width: 100%;
overflow: hidden;
font-family: Lucida Grande, sans-serif;
font-size: 12px;
« no previous file with comments | « Source/devtools/front_end/inspector.css ('k') | Source/devtools/front_end/splitView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698