tried fixing the weird borders on scroll windows, didn't work
parent
577bb3cbef
commit
30573c4307
|
|
@ -49,7 +49,7 @@ overshoot.top,
|
||||||
overshoot.bottom,
|
overshoot.bottom,
|
||||||
overshoot.left,
|
overshoot.left,
|
||||||
overshoot.right {
|
overshoot.right {
|
||||||
background: none; /* removes the opaque overlay */
|
background: transparent; /* removes the opaque overlay */
|
||||||
background-color: rgba(80, 24, 221, 0.08); /* faint translucent purple instead */
|
background-color: rgba(80, 24, 221, 0.08); /* faint translucent purple instead */
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue