We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e905a27 commit a974f00Copy full SHA for a974f00
packet/static/js/pfp-zoom.js
@@ -21,7 +21,7 @@ $(document).ready(function () {
21
other.remove()
22
}
23
photo.insertAdjacentHTML('afterend', `
24
- <div id="zoom-photo" style="position: fixed; z-index: 1050; display: block">
+ <div id="zoom-photo" style="position: absolute; z-index: 1050; display: block">
25
<img class="eval-user-img"
26
alt=${photo.alt}
27
src=${photo.src}
@@ -33,4 +33,4 @@ $(document).ready(function () {
33
})
34
35
36
-})
+})
0 commit comments