You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
350 B

  1. /*
  2. * disable ripple effects when overscrolling a list
  3. * and dotted lines when end of list is not reached
  4. */
  5. overshoot.top,
  6. overshoot.bottom,
  7. overshoot.left,
  8. overshoot.right {
  9. background: transparent;
  10. border: none;
  11. }
  12. undershoot.top.
  13. undershoot.bottom,
  14. undershoot.left,
  15. undershoot.right {
  16. background: transparent;
  17. border: none;
  18. }