Commit e41cd84f authored by Ray Schamp's avatar Ray Schamp

Fix up admin panel styles

Match the width more closely and hide scrollbars
parent b7ffa34e
...@@ -35,17 +35,30 @@ $stage-width: 480px; ...@@ -35,17 +35,30 @@ $stage-width: 480px;
} }
} }
.project-admin-panel {
border: 0;
padding: 1rem;
overflow: hidden;
}
.project-admin-panel.admin-panel-open {
padding: 0;
width: 237px;
}
.admin-iframe { .admin-iframe {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
z-index: 100; z-index: 100;
width: 252px; margin: 0;
border: 0;
width: 237px;
height: 100%; height: 100%;
} }
.admin-iframe.modal-open, .admin-iframe.modal-open,
.project-admin-panel.modal-open { .project-admin-panel.admin-panel-open.modal-open {
background-color: transparent; background-color: transparent;
width: 100%; width: 100%;
} }
......
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