Skip to content

Commit

Permalink
Solve fullscreen transparent margin issue
Browse files Browse the repository at this point in the history
  • Loading branch information
v3gtb committed Nov 27, 2022
1 parent 15ea271 commit f86620e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
body {
font-family: sans-serif;
text-align: justify;
position: absolute;
width: 100%;
height: 100%;
padding: 0 0 0 0;
margin: 0 0 0 0;
}
.main-container {
position: absolute;
Expand Down Expand Up @@ -60,6 +65,8 @@
right: 0;
height: 97% !important;
width: 97% !important;
margin: 0 0 0 0 !important;
background-color: white;
}
.vis-fullscreen-helper-fullscreen {
margin-top: 1em;
Expand Down

0 comments on commit f86620e

Please sign in to comment.