diff --git a/assets/clipboard.css b/assets/clipboard.css index d4c9a4e..7f14449 100644 --- a/assets/clipboard.css +++ b/assets/clipboard.css @@ -3,8 +3,6 @@ z-index: 1; width: 100%; height: 100%; - overflow-y: auto; - overflow-x: hidden; } .clipboardback { diff --git a/webrdp/assets/rdp.html b/webrdp/assets/rdp.html index 1cf8f50..051d746 100644 --- a/webrdp/assets/rdp.html +++ b/webrdp/assets/rdp.html @@ -23,6 +23,7 @@ body { height: 100%; margin: 0; + overscroll-behavior: none; }