fix: make Alerts page scrollable

Override the global style.css body height/overflow that locks all pages
to the viewport height (a remnant of the old drawer-menu layout).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-04 13:33:08 +02:00
parent babb5d61aa
commit d00d903e7d
+5
View File
@@ -4,6 +4,11 @@
<style> <style>
body {
height: auto;
overflow-y: auto;
}
.container { .container {
max-width: 1400px; max-width: 1400px;
margin: 0 auto; margin: 0 auto;