fix fullscreen background color (?)

This commit is contained in:
Tomáš Mládek 2021-01-10 16:33:00 +01:00
parent 2305ae1a82
commit 7c0d83b8ed

View file

@ -23,9 +23,6 @@ export default defineComponent({
<style>
html, body {
overflow: hidden;
}
body {
background: black;
}