diff --git a/src/index.html b/src/index.html index 796d1f4..7ed5c9c 100644 --- a/src/index.html +++ b/src/index.html @@ -13,8 +13,8 @@ justify-content: center; align-items: center; margin: 0; - width: 100vw; - height: 100vh; + width: 100%; + height: 100%; overflow: hidden; background-color:transparent; } @@ -23,18 +23,6 @@ transform: scale(-1, 1); background-color:transparent; } - - /* .dragger { - top: 10px; - left: 10px; - display: block; - position: absolute; - width: calc(100% - 20px); - height: calc(100% - 20px); - z-index: -1; - -webkit-app-region: drag; - background-color:transparent; - } */