Skip to content

Commit

Permalink
Gallery: fix navigation in IE9
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Apr 17, 2014
1 parent 27c8b66 commit 5929616
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/featherlight.gallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/* IE9 hack, otherwise navigation doesn't appear */
background: rgba(0,0,0,0);
}

.featherlight-previous {
Expand Down Expand Up @@ -101,4 +103,4 @@
margin-top: -30px;
font-size: 40px;
}
}
}

0 comments on commit 5929616

Please sign in to comment.