메인 프레임 박스 제거

This commit is contained in:
hyunho
2026-03-25 12:03:06 +09:00
parent 65bcff32ec
commit 2bfde8ce58
2 changed files with 5 additions and 9 deletions

View File

@@ -58,7 +58,7 @@
<main class="dashboard-main">
<section class="main-stage">
<div class="stage-frame">
<iframe src="/legacy/organization" title="조직도 메인 화면"></iframe>
<iframe src="/legacy/organization?v=20260325-2" title="조직도 메인 화면"></iframe>
</div>
</section>
</main>

View File

@@ -277,11 +277,11 @@ a {
.dashboard-main {
flex: 1;
min-height: calc(100vh - 88px);
padding: 14px;
padding: 0;
}
.main-stage {
height: calc(100vh - 116px);
height: calc(100vh - 88px);
display: flex;
flex-direction: column;
}
@@ -289,10 +289,6 @@ a {
.stage-frame {
flex: 1;
min-height: 0;
border-radius: 28px;
border: 1px solid rgba(148, 163, 184, 0.26);
background: rgba(255, 255, 255, 0.85);
box-shadow: var(--shadow);
overflow: hidden;
}
@@ -344,10 +340,10 @@ a {
@media (max-width: 720px) {
.dashboard-main {
padding: 10px;
padding: 0;
}
.main-stage {
height: calc(100vh - 108px);
height: calc(100vh - 88px);
}
}