Fixed funky scroll bar positioning
This commit is contained in:
parent
9e1c3fbd63
commit
bb439d8c16
3 changed files with 4 additions and 3 deletions
|
|
@ -90,7 +90,8 @@ export default {
|
|||
}
|
||||
|
||||
body, html {
|
||||
height: 100%
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.overlay-panel {
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ export default {
|
|||
height: 30px;
|
||||
z-index: 999;
|
||||
margin-top: -57px;
|
||||
margin-left: 40px;
|
||||
margin-left: 48px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="streamDisplay scrollTarget">
|
||||
|
||||
<img class="uk-align-center" v-on:dblclick="clickmonitor" v-if="showStream" v-bind:src="streamImgUri" alt="Stream">
|
||||
<img class="uk-align-center uk-margin-remove-bottom" v-on:dblclick="clickmonitor" v-if="showStream" v-bind:src="streamImgUri" alt="Stream">
|
||||
|
||||
<div v-else-if="$store.state.waiting" class="uk-position-center">
|
||||
<div uk-spinner="ratio: 4.5" ></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue