tried fixing the weird borders on scroll windows, didn't work

main
The_miro 2025-10-17 16:31:15 +02:00
parent 577bb3cbef
commit 30573c4307
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ overshoot.top,
overshoot.bottom,
overshoot.left,
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 */
border: none;
}