Commit 59e09416 authored by Ray Schamp's avatar Ray Schamp

Update iframe to the standalone view

parent 096aeb02
...@@ -171,7 +171,7 @@ const PreviewPresentation = ({ ...@@ -171,7 +171,7 @@ const PreviewPresentation = ({
className={classNames('admin-iframe', { className={classNames('admin-iframe', {
'modal-open': adminModalOpen 'modal-open': adminModalOpen
})} })}
src={`/scratch2/${projectId}`} src={`/scratch2/${projectId}/adminpanel/`}
/> />
</AdminPanel> </AdminPanel>
{ projectInfo && projectInfo.author && projectInfo.author.id && ( { projectInfo && projectInfo.author && projectInfo.author.id && (
......
...@@ -42,12 +42,12 @@ $stage-width: 480px; ...@@ -42,12 +42,12 @@ $stage-width: 480px;
z-index: 100; z-index: 100;
width: 252px; width: 252px;
height: 100%; height: 100%;
} }
.admin-iframe.modal-open, .admin-iframe.modal-open,
.project-admin-panel.modal-open { .project-admin-panel.modal-open {
width: 100% background-color: transparent;
width: 100%;
} }
.project-title { .project-title {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment