Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you disable sticky scroll in VS Code? [duplicate]

I accidentally enabled sticky scroll somehow, and now when I scroll the lines of code at the top stay there, which is not desirable.

like image 620
stevec Avatar asked Sep 12 '25 07:09

stevec


1 Answers

The solution is:

  1. Right click on the sticky scroll header (i.e. the lines that are stuck to the top of your code/file)
  2. Click the option to disable sticky scroll
like image 187
stevec Avatar answered Sep 14 '25 23:09

stevec