1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Fix for card reveal not working in Firefox

This commit is contained in:
2016-08-15 10:51:59 +02:00
parent d8850d33f4
commit e5c3824034
2 changed files with 6 additions and 26 deletions

View File

@@ -75,3 +75,9 @@
height: 60px;
width: 60px;
}
/* Fix for broken card reveal in Firefox. Fixed in https://github.com/Dogfalo/materialize/commit/c88e300eb356316026f3746e23ac03811a23b867 */
.card .card-reveal
{
left: 0;
}