robindijkhof / overleaf-textarea

This plugin displays your tex source in a textarea so plugins like grammarly can check it.
GNU General Public License v3.0
513 stars 31 forks source link

Adding some margin at the bottom of the textarea #51

Closed TS-Tobias closed 3 years ago

TS-Tobias commented 3 years ago

Platform: Mac OS Big Sur 11.4 Browser: Microsoft Edge 91.0.864.67

Problem

The textarea could use some distance to the bottom of the view to prevent graphical glitches. Otherwise, the Grammarly extension gets cut off at the bottom border of the browser.

Without margin

CleanShot 2021-07-17 at 18 40 41

Solution

I was able to solve this issue by adding some margin at the bottom of the textarea. CleanShot 2021-07-17 at 18 50 53

After the change:

CleanShot 2021-07-17 at 18 51 54