Merge pull request #17678 from KDSBrowne/bbb-ipad-canvas-patch
fix: Prevent Canvas Selection While Using Stylus On iPad
This commit is contained in:
commit
5aef1b8171
@ -116,6 +116,14 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
.fade-out {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
||||
html, div, span {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
document.addEventListener('gesturestart', function (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user