fix contact scrollbar

This commit is contained in:
Tim
2025-06-16 16:37:27 +02:00
parent 78491e9f3c
commit 55ea6d14c5

View File

@@ -87,10 +87,11 @@
text-align: left;
background-color: var(--background-color);
color: var(--text-color);
min-height: 100vh;
height: var(--page-height);
margin: 0;
width: 100%;
box-sizing: border-box;
overflow: auto;
}
.impressum-title {