Make sign in and registration screens scrollable

- Remove fixed height constraints from main pages
- Add responsive padding
- Add max-height and overflow handling to modals
- Make modal headers sticky
- Improve overall scrolling behavior
This commit is contained in:
pacnpal
2024-11-14 01:02:54 +00:00
parent 8d70bf8994
commit 30b786d51e
4 changed files with 216 additions and 213 deletions

View File

@@ -6,8 +6,8 @@
{% block title %}Login - ThrillWiki{% endblock %}
{% block content %}
<div class="flex items-center justify-center min-h-[calc(100vh-16rem)]">
<div class="w-full max-w-lg">
<div class="flex items-center justify-center py-8 md:py-12">
<div class="w-full max-w-lg px-4">
<div class="auth-card">
<h1 class="auth-title">{% trans "Welcome Back" %}</h1>