Codedesign änderungen und fixen des scroll bugs

This commit is contained in:
ja
2021-10-15 09:47:12 +02:00
parent 76ef1244b3
commit bceabf4f46
3 changed files with 9 additions and 8 deletions

View File

@@ -9,7 +9,6 @@
background-attachment: fixed; background-attachment: fixed;
background-size: cover; background-size: cover;
background-color: #fff; background-color: #fff;
} }
#Login1_LoginButton { #Login1_LoginButton {

View File

@@ -66,6 +66,7 @@
background-size: cover; background-size: cover;
background-color: #fff; background-color: #fff;
overflow-y: clip; overflow-y: clip;
overflow-x:clip;
} }
#content_container { #content_container {

View File

@@ -105,6 +105,7 @@
background-size: cover; background-size: cover;
background-color: #fff; background-color: #fff;
overflow-y: clip; overflow-y: clip;
overflow-x:clip;
} }
#content_container { #content_container {