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