Fix the properties toolbar at the top of the panel so it's always

visible.

This patch also introduce a callback 'onCreate' for each panel, and
frame, which will be called whenever a panel/frame is being created.
This commit is contained in:
Ashesh Vashi
2016-04-18 12:38:53 +05:30
parent 7522d89890
commit 9aee9794c1
5 changed files with 35 additions and 11 deletions

View File

@@ -375,14 +375,23 @@ iframe {
padding-top: 0;
padding-right: 0;
padding-left: 0;
height: 100%;
}
/* A generic class to make the overflow hidden of a DOM element */
.pg-no-overflow {
overflow: hidden;
}
.pg-prop-has-btn-group-below {
margin-bottom: 33px;
}
.has-pg-prop-btn-group {
top: 48px;
top: 39px;
padding-top: 8px;
height: calc(100% - 39px);
}
.pg-prop-content > div {