Fixed funky scroll bar positioning

This commit is contained in:
Joel Collins 2019-02-15 13:04:23 +00:00
parent 9e1c3fbd63
commit bb439d8c16
3 changed files with 4 additions and 3 deletions

View file

@ -90,7 +90,8 @@ export default {
}
body, html {
height: 100%
height: 100%;
overflow: auto;
}
.overlay-panel {

View file

@ -84,7 +84,7 @@ export default {
height: 30px;
z-index: 999;
margin-top: -57px;
margin-left: 40px;
margin-left: 48px;
position: absolute;
}

View file

@ -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>