'VSCode notebook padding below the cursor position
Solution 1:[1]
If this happens only for the last line of your file, try adding this setting to your settings.json:
"editor.scrollBeyondLastLine": false
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | carlfriedrich |

