diff --git a/index.html b/index.html
index 16eedf1..2f56e8d 100644
--- a/index.html
+++ b/index.html
@@ -54,7 +54,7 @@
@@ -285,7 +289,7 @@
-
diff --git a/renderer.js b/renderer.js
index de37437..1fa9088 100644
--- a/renderer.js
+++ b/renderer.js
@@ -274,7 +274,7 @@ let seasonalInfo = malScraper.getSeason(getCurrentSeason().year, getCurrentSeaso
let lastPage = 'release'
let downloader = new Vue({
- el: '.download-container',
+ el: '#download-container',
data: {
show: false,
display: "none",
diff --git a/src/style.css b/src/style.css
index 468c50a..5aeaba2 100644
--- a/src/style.css
+++ b/src/style.css
@@ -160,7 +160,7 @@ body
margin-top: 10%;
}
-.download-container
+#download-container
{
display: none;
height: 100%;
@@ -240,19 +240,19 @@ body
color: white;
}
-.download-container p
+#download-container p
{
color: rgba(255, 255, 255, 0.8);
}
-.download-container h6
+#download-container h6
{
margin-top: 0;
margin-bottom: 0;
color: rgba(255, 255, 255, 0.8);
}
-.download-container textarea
+#download-container textarea
{
color: rgba(255, 255, 255, 0.8);
}