aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-07-06 13:31:55 -0400
committerBobby <[email protected]>2023-07-06 13:31:55 -0400
commit13737a383bd48b6a4782154bea4d714e994901f9 (patch)
treee31307138448ab38b3bd01107eae263ca803f497
parent675523974f566a91d47c9cd359e69141b210e59b (diff)
downloadthatcomputerscientist-13737a383bd48b6a4782154bea4d714e994901f9.tar.xz
thatcomputerscientist-13737a383bd48b6a4782154bea4d714e994901f9.zip
Fix z-index for DVD Spell
-rw-r--r--templates/blog/partials/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/partials/sidebar.html b/templates/blog/partials/sidebar.html
index b4529d30..4d2f8864 100644
--- a/templates/blog/partials/sidebar.html
+++ b/templates/blog/partials/sidebar.html
@@ -227,7 +227,7 @@
</span>
</li>
<li>
- <div style="position: fixed; top: 0; left: 0;">
+ <div style="position: fixed; top: 0; left: 0; z-index: 1;">
<div id="black" style="display: none;" onclick="javascript:handleDVD();">
<div id="dvd"></div>
</div>