mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-04 11:29:40 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user