Bug 1331821 - Details Panel is unable to shrink when docking to right side r?honza draft
authorRicky Chien <rchien@mozilla.com>
Wed, 18 Jan 2017 23:28:53 +0800
changeset 463188 14d0520ecf9375b49312251797326f58d02b0af5
parent 463181 f94f1552ae0a2ef38684663552603595df863606
child 542588 f47c0f1d62e494f88940b36ed603ee328f0c2342
push id41969
push userbmo:rchien@mozilla.com
push dateWed, 18 Jan 2017 15:39:25 +0000
reviewershonza
bugs1331821
milestone53.0a1
Bug 1331821 - Details Panel is unable to shrink when docking to right side r?honza MozReview-Commit-ID: 6rrscohSED9
devtools/client/themes/netmonitor.css
--- a/devtools/client/themes/netmonitor.css
+++ b/devtools/client/themes/netmonitor.css
@@ -1096,22 +1096,16 @@
   width: 100%;
 }
 
 .treeTable .textbox-input:focus {
   outline: 0;
   box-shadow: var(--theme-focus-box-shadow-textbox);
 }
 
-.panel-container {
-  /* FIXME: To avoid the issue which panel exceeds visible range,
-   * we set view heigh - 24px * 2 for toolbox height + tabs height */
-  height: calc(100vh - 48px);
-}
-
 .panel-container,
 .properties-view {
   display: flex;
   flex-direction: column;
   flex-grow: 1;
 }
 
 .properties-view .searchbox-section {