Fix seatmap slot matching and update member modal layout
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user