Bug 1123784 - Fix fullscreen toolbox performances in WebIDE. r=jryans

--HG--
extra : rebase_source : d9d1d4bfea84360ce25815fd50faf006ae36992c
This commit is contained in:
Alexandre Poirot 2015-01-26 12:22:00 +01:00
parent 781735df5a
commit ff5598e682

View File

@ -295,8 +295,10 @@ panel > .panel-arrowcontainer > .panel-arrowcontent {
/* Toolbox */
#notificationbox[toolboxfullscreen] > .devtools-horizontal-splitter,
#notificationbox[toolboxfullscreen] > #deck {
display: none;
#notificationbox[toolboxfullscreen] > #deck,
#notificationbox[toolboxfullscreen] > #deck > iframe {
min-height: 0;
max-height: 0;
}
#notificationbox[toolboxfullscreen] > #toolbox {