selectable.css 314 B

12345678910111213141516
  1. /*!
  2. * jQuery UI Selectable 1.14.1
  3. * https://jqueryui.com
  4. *
  5. * Copyright OpenJS Foundation and other contributors
  6. * Released under the MIT license.
  7. * https://jquery.org/license
  8. */
  9. .ui-selectable {
  10. touch-action: none;
  11. }
  12. .ui-selectable-helper {
  13. position: absolute;
  14. z-index: 100;
  15. border: 1px dotted black;
  16. }