Fixed account creation panel gaining a scroll bar due to borders

This commit is contained in:
FractalParadigm 2025-03-10 14:29:24 -04:00
parent d3f659ab04
commit 324bdf1fe3

View File

@ -311,4 +311,6 @@
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
width: 350px;
margin: auto;
overflow: hidden;
}