Disable iOS long-press popup for sidebar images

In order to make the sidebar feel more like a GUI element from a real
application, we can disable the long-press image popup on iOS. Note that
this only has an effect on iOS devices.
This commit is contained in:
Samuel Mannehed 2022-11-02 16:38:12 +01:00
parent 7e29e02ce4
commit 081f9d2a13
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ html {
user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none; /* Disable iOS image long-press popup */
}
#noVNC_control_bar.noVNC_open {
box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5);