ensure proposal items in wallet detail view activate on tap

This commit is contained in:
Marty Alcala 2016-11-15 11:42:34 -05:00
commit 9a34b190b1
2 changed files with 5 additions and 1 deletions

View file

@ -224,3 +224,7 @@
z-index: 9999;
position: relative;
}
a.item {
cursor: pointer;
}