codicocodes / dotfyle

Find the best Neovim plugins
https://dotfyle.com
MIT License
657 stars 29 forks source link

set overscroll bg to match body background #40

Closed PickleNik closed 1 year ago

PickleNik commented 1 year ago

before:

https://github.com/codicocodes/dotfyle/assets/31113245/a7650746-d803-4ee2-8d3b-4b2f6ae40321

after:

https://github.com/codicocodes/dotfyle/assets/31113245/ed913b03-1806-4cb3-b291-23794b7f8f79

I set a position: fixed element in the background because it's impossible to set background-image: linear-gradient(); styles on <html> element, it only accepts background-color

codicocodes commented 1 year ago

Thank you for the help!