Skip to content

Commit

Permalink
comments removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jersonlatorre committed May 21, 2020
1 parent 577d275 commit a092825
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
} */
</style>
</head>

Expand Down

0 comments on commit a092825

Please sign in to comment.