diff --git a/app/styles/base.css b/app/styles/base.css index e3a7ae17..e35dee99 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -553,7 +553,7 @@ html { :root:not(.noVNC_connected) #noVNC_mobile_buttons { display: none; } -@media not (any-pointer: coarse) { +@media not all and (any-pointer: coarse) { /* FIXME: The button for the virtual keyboard is the only button in this group of "mobile buttons". It is bad to assume that no touch devices have physical keyboards available. Hopefully we can get