Skip to content

Commit 30eb33b

Browse files
committed
Merge pull request coderwall#199 from unstop/master
fix coderwall#304: Previewing a protip in firefox doesn't hide back of the card
2 parents 65f764b + c5dfea3 commit 30eb33b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/protip.css.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,10 @@ body.protip-single {
13411341

13421342
&.rotated {
13431343
@include rotateY(180deg);
1344+
// fix #304: Previewing a protip in firefox doesn't hide back of the card
1345+
.front{
1346+
display: none;
1347+
}
13441348
}
13451349
}
13461350
}

0 commit comments

Comments
 (0)