mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
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:
parent
c61f1603f3
commit
d63188c35b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user