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:
parent
7e29e02ce4
commit
081f9d2a13
|
@ -248,6 +248,7 @@ html {
|
||||||
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
-webkit-touch-callout: none; /* Disable iOS image long-press popup */
|
||||||
}
|
}
|
||||||
#noVNC_control_bar.noVNC_open {
|
#noVNC_control_bar.noVNC_open {
|
||||||
box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5);
|
box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5);
|
||||||
|
|
Loading…
Reference in New Issue