i think adding outline can solve this issue, in my case it did
.background-blur { width: 100%; height: 100vh; position: absolute; top: 0; left: 0; z-index: 1; filter: blur(50px); background-color: rgba(255, 0, 0, 0.2); outline: 80px solid black;}