Overlay should cover the entire pop window
This commit is contained in:
@@ -28,6 +28,11 @@
|
|||||||
width: 500px;
|
width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#connect-frame {
|
||||||
|
z-index: 0;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
#connect .window-frame {
|
#connect .window-frame {
|
||||||
max-height: calc(100vh - 40px);
|
max-height: calc(100vh - 40px);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
:display="display"
|
:display="display"
|
||||||
@display="$emit('display', $event)"
|
@display="$emit('display', $event)"
|
||||||
>
|
>
|
||||||
|
<div id="connect-frame">
|
||||||
<h1 class="window-title">Establish connection with</h1>
|
<h1 class="window-title">Establish connection with</h1>
|
||||||
|
|
||||||
<slot v-if="inputting"></slot>
|
<slot v-if="inputting"></slot>
|
||||||
@@ -68,6 +69,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="busy" id="connect-busy-overlay"></div>
|
<div v-if="busy" id="connect-busy-overlay"></div>
|
||||||
|
</div>
|
||||||
</window>
|
</window>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user