From 49b7e0653d2f07f370f4df0e648313b268e2f5e3 Mon Sep 17 00:00:00 2001 From: Isaac Teng Date: Sat, 13 Apr 2024 11:57:27 +0100 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d968b2f..18a6544 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ - overflow: hidden; /* Enable scroll if needed */ + overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.9); /* Black w/ opacity */ }