LibWebView+Base: Remove unnecessary scrollbar from error pages

I've been looking at the crash-page too much recently and the slight
scrollbar caused by the padding has been annoying me.
This commit is contained in:
InvalidUsernameException
2025-09-06 17:33:56 +02:00
committed by Tim Ledbetter
parent 5ed3b2ed16
commit 08162fb9af
Notes: github-actions[bot] 2025-09-08 11:04:06 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
align-items: center;
justify-content: center;
min-height: 100vh;
box-sizing: border-box;
margin: 0;
padding: 1rem;
text-align: center;