diff options
Diffstat (limited to 'web/share/css/kvm/stream.css')
-rw-r--r-- | web/share/css/kvm/stream.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css index 519d1efb..57bcf25e 100644 --- a/web/share/css/kvm/stream.css +++ b/web/share/css/kvm/stream.css @@ -103,7 +103,7 @@ div#stream-mouse-buttons { display: none; } -@media only screen and (hover: none) and (pointer: coarse) { +@media only screen and (pointer: coarse) { div#stream-window { padding-top: 3px !important; padding-bottom: 80px !important; |