diff --git a/startpage.html b/startpage.html index cae1e74..a6f882f 100644 --- a/startpage.html +++ b/startpage.html @@ -27,7 +27,7 @@ position: fixed; } - #mainContainer { + .container { z-index: 998; display: flex; align-items: center; @@ -43,6 +43,9 @@ background-color: rgba(173, 165, 165, 0.8); z-index: 999; + user-select: none; + + border: solid black 2px; border-radius: 10px; padding: 10px; @@ -52,7 +55,8 @@ top: 2rem; align-self: flex-end; - overflow: auto; + height: 25rem; + overflow: scroll; } /* @@ -180,9 +184,7 @@