Bug 1331821 - Details Panel is unable to shrink when docking to right side r=Honza

MozReview-Commit-ID: 6rrscohSED9

--HG--
extra : rebase_source : ecf8d7899fb83298445b5cb2a99d38f90b9e736e
This commit is contained in:
Ricky Chien 2017-01-18 23:28:53 +08:00
parent c61f1603f3
commit d63188c35b

View File

@ -1101,12 +1101,6 @@
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;