Skip to content

Commit

Permalink
bubbles to absolute - fps issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sih44 committed Apr 4, 2017
1 parent 4364ee0 commit 09ea8d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion docs/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body {

body::before, body::after {
content: '';
position: fixed;
position: absolute;
background: url('../img/bubbles.svg') no-repeat;
background-position: 500px -200px;
background-size: cover;
Expand Down
9 changes: 0 additions & 9 deletions src/scss/tippy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,6 @@ $arrow-width: 10px;
&[data-animatefill] {
background-color: transparent;
}

@each $position in $positions {
&[data-position="#{$position}"] {
&::after {
background-color: #f3f6f9;
border-color: transparent transparent #ced2e2 #ced2e2;
}
}
}
}
}

Expand Down

0 comments on commit 09ea8d7

Please sign in to comment.