조직도 내부 상단 바 제거

This commit is contained in:
hyunho
2026-03-25 12:00:24 +09:00
parent 4697cef5dc
commit 65bcff32ec
3 changed files with 12 additions and 36 deletions

View File

@@ -6,31 +6,8 @@ body {
overflow-x: hidden;
}
.top-wrap {
position: sticky;
top: 0;
z-index: 1000;
background: white;
border-bottom: 1px solid #e2e8f0;
padding: 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.btn-primary {
background: #4f46e5;
color: white;
padding: 7px 16px;
border-radius: 8px;
font-weight: 800;
font-size: 12px;
cursor: pointer;
border: none;
}
.org-canvas {
padding: 40px 20px;
padding: 20px 20px 40px;
display: flex;
flex-direction: column;
align-items: center;
@@ -598,7 +575,7 @@ body {
.search-section {
position: fixed;
top: 75px;
top: 18px;
left: 25px;
background: rgba(255, 255, 255, 0.9);
border-radius: 12px;
@@ -631,7 +608,7 @@ body {
.stats-section {
position: fixed;
top: 75px;
top: 18px;
right: 25px;
width: 400px;
background: rgba(255, 255, 255, 0.9);