diff options
| author | Bobby <[email protected]> | 2023-07-06 13:31:55 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-06 13:31:55 -0400 |
| commit | 13737a383bd48b6a4782154bea4d714e994901f9 (patch) | |
| tree | e31307138448ab38b3bd01107eae263ca803f497 /templates | |
| parent | 675523974f566a91d47c9cd359e69141b210e59b (diff) | |
| download | thatcomputerscientist-13737a383bd48b6a4782154bea4d714e994901f9.tar.xz thatcomputerscientist-13737a383bd48b6a4782154bea4d714e994901f9.zip | |
Fix z-index for DVD Spell
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/blog/partials/sidebar.html | 2 |
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> |
