Fix seatmap slot matching and update member modal layout

This commit is contained in:
hyunho
2026-03-27 18:12:20 +09:00
parent d66614123e
commit 24852d4401
11 changed files with 517 additions and 89 deletions

View File

@@ -623,6 +623,7 @@ body {
}
.seatmap-dxf-frame-shell {
position: relative;
width: 100%;
height: 100%;
min-height: 0;
@@ -630,6 +631,18 @@ body {
overflow: hidden;
}
.seatmap-dxf-drop-overlay {
position: absolute;
inset: 0;
z-index: 3;
pointer-events: none;
background: transparent;
}
.seatmap-dxf-drop-overlay.is-active {
pointer-events: auto;
}
.seatmap-dxf-frame {
display: block;
width: 100%;