When the Spyder console has displayed output too wide to view, it adds a horizontal scroll bar to the bottom. This scrollbar hides the last command line of the console, and it seems I am unable to scroll down further. It's a very minor issue but it's annoying the hell out of me.
I recorded my screen to show the issue: https://youtu.be/WYuA6Zssges
Reproduce the issue:
- Plot a large figure like
fig,ax=plt.subplots(figsize=(15,15))
- Try to type a new command
- When you can't see the command you type, try to scroll down
- Spyder version: 4.0.1
- Python version: 3.7.6
- Qt version: 5.9.7
- PyQt version: 4.6.0
- IPython verion: 7.12.0
- Operating System name/version: macOS Catalina 10.15.7