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

/*
* disable ripple effects when overscrolling a list
* and dotted lines when end of list is not reached
*/
overshoot.top,
overshoot.bottom,
overshoot.left,
overshoot.right {
background: transparent;
border: none;
}
undershoot.top.
undershoot.bottom,
undershoot.left,
undershoot.right {
background: transparent;
border: none;
}