gitea/web_src/js
Otto Richter (fnetX) f4b96c1041
Set max text height to prevent overflow () ()
Sets a max height for review text boxes to prevent a very annoying bug where users cannot access the "submit" button.

Before:
![image](https://user-images.githubusercontent.com/12700993/155253001-e1dab086-aaf3-4338-889d-6a861728274a.png)

After:
![image](https://user-images.githubusercontent.com/12700993/155253144-5b9a3547-9582-412f-867f-41a45a14a0fe.png)

Interestingly, I don't see this bug on Firefox.

Co-authored-by: Kyle D <kdumontnu@gmail.com>
..
components Revert "Prevent possible XSS when using jQuery ()" ()
features Set max text height to prevent overflow () ()
markup Various Mermaid improvements () ()
standalone Add new JS linter rules ()
vendor Restore Accessibility for Dropdown ()
index.js Support webauthn ()
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations ()
publicpath.js Frontend refactor, PascalCase to camelCase, remove unused code ()
serviceworker.js Fix serviceworker output file and misc improvements ()
svg.js Add copy button to markdown code blocks ()
svg.test.js Add copy button to markdown code blocks ()
utils.js Detect dark theme via css variable ()
utils.test.js Fix context popup error ()