Skip to content

Commit 7d9da32

Browse files
committed
disable double click zoom on preview buttons
1 parent 2bc06b0 commit 7d9da32

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,11 @@ a:hover {
204204
}
205205

206206
.image-wrap .prev {
207+
touch-action: manipulation;
207208
left: -1.5rem;
208209
}
209210

210211
.image-wrap .next {
212+
touch-action: manipulation;
211213
right: -1.5rem;
212214
}

0 commit comments

Comments
 (0)