mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-24 16:31:08 -05:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user