add outline to overlay.

This commit is contained in:
Miroslav Šedivý 2020-11-06 20:48:19 +01:00
parent 22b5a7ebd2
commit 7c9be1fd45

View File

@ -21,11 +21,13 @@
bottom: 0;
width: 100%;
height: 100%;
outline: 0;
}
</style>
<script lang="ts">
import { Vue, Component, Ref, Prop } from 'vue-property-decorator'
import GuacamoleKeyboard from '~/utils/guacamole-keyboard.ts'
import { NekoWebRTC } from '~/internal/webrtc'