Skip to content

Commit ee94944

Browse files
committed
add "cursor: pointer" to allow click events on iOS
1 parent 9595abb commit ee94944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Listing/styles.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
border-bottom: 1px solid #eeeeee;
1414
padding: 10px;
1515
text-decoration: none;
16+
cursor: pointer;
1617

1718
h1 {
1819
flex: 2;

0 commit comments

Comments
 (0)