Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptodescriptor committed Aug 20, 2019
1 parent 8443a49 commit 2cbb9f9
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,24 @@ body {
border-radius: 5px;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

svg {
border-radius: 5px;
overflow: hidden;
height: 0px;
width: 0px;
height: 100%;
width: 100%;
position: absolute;
top: 0;
right: 0;
z-index: -1;
z-index: -1
}

.content {
/* Do not touch! inline-block is imperative
to shrinkwrap content when w/h = auto */
display: inline-block;
position: absolute;
top: 0;
right: 0;
z-index: 1;
overflow: hidden;
}

/* EVERYTHING BELOW THIS POINT IS FOR DEMO PURPOSES ONLY */
Expand Down

0 comments on commit 2cbb9f9

Please sign in to comment.