This commit is contained in:
Ray Schamp 2018-12-05 16:09:04 -05:00
parent 726a2005bb
commit 096aeb02a0
3 changed files with 5 additions and 4 deletions

View file

@ -8,8 +8,8 @@
border: 1px solid $ui-gray;
box-shadow: 0 2px 5px $box-shadow-gray;
background-color: $ui-gray;
width: 230px;
padding: 1rem;
width: 230px;
height: 100%;
overflow: scroll;
text-shadow: none;

View file

@ -544,6 +544,7 @@ const PreviewPresentation = ({
PreviewPresentation.propTypes = {
addToStudioOpen: PropTypes.bool,
adminModalOpen: PropTypes.bool,
assetHost: PropTypes.string,
backpackHost: PropTypes.string,
canAddToStudio: PropTypes.bool,

View file

@ -37,11 +37,11 @@ $stage-width: 480px;
.admin-iframe {
position: absolute;
width: 252px;
height: 100%;
z-index: 100;
top: 0;
left: 0;
z-index: 100;
width: 252px;
height: 100%;
}