Skip to content

Commit a4f2f75

Browse files
committed
ios: prevent context menu showing on images/icons long-tap
1 parent 5783747 commit a4f2f75

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)