diff --git a/MYXXfm/pages/shows.html b/MYXXfm/pages/shows.html index 261e6796..77ed9190 100644 --- a/MYXXfm/pages/shows.html +++ b/MYXXfm/pages/shows.html @@ -11,11 +11,11 @@ margin: 0; font-family: Kanit, sans-serif; color: #fff; - background: linear-gradient(to bottom, #FFD700, #333333 40%, #000000); + background: linear-gradient(to bottom, #FFD700, #FFB600 25%, #333333 75%, #000000); /* Updated gradient */ background-size: cover; - background-attachment: fixed; + background-attachment: fixed; /* Keeps the gradient fixed */ background-repeat: no-repeat; - overflow: hidden; + overflow: auto; /* Allows scrolling */ } .fade-overlay { @@ -55,6 +55,7 @@ align-items: center; justify-content: center; padding: 20px; + min-height: 100vh; /* Ensures body takes full viewport height */ } .schedule { @@ -231,7 +232,6 @@ overlay.style.opacity = 0; setTimeout(() => { overlay.style.display = 'none'; - document.body.style.overflow = 'auto'; }, 500); }, 2000);