Skip to content

Commit c44ff42

Browse files
committed
Merge branch 'ios-prevent-native-context-menu-on-image-tap'
2 parents 2e479ee + a4f2f75 commit c44ff42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontends/web/src/style/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ button {
7070
-webkit-user-select: none;
7171
}
7272

73+
img {
74+
-webkit-touch-callout: none;
75+
}
76+
7377
svg {
7478
stroke-width: 1.6 !important;
7579
}

0 commit comments

Comments
 (0)