From 7926a46e75871bc741c4728b44a447ad71349f3c Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 16 Jun 2025 22:21:09 -0400 Subject: [PATCH] fixed adding multiple links but discovered deeper issue with section design. fixed container css and finally finished settings menu init --- startpage.html | 372 ++++++++++++++++++++----------------------------- 1 file changed, 150 insertions(+), 222 deletions(-) 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 @@