Skip to content

Commit

Permalink
Update AppinnComment.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hoothin committed Jun 8, 2024
1 parent 40aa43c commit 79cb21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appinn Comment/AppinnComment.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
if (!dataPreloaded) return;
dataPreloaded = JSON.parse(JSON.parse(dataPreloaded.dataset.preloaded)["topic_" + commentLink.href.match(/\d+/)[0]]).post_stream.posts;
let posts = document.createElement("ul");
posts.style.maxHeight = '100vh';
posts.style.maxHeight = '90vh';
posts.style.overflow = 'auto';
posts.style.margin = '0';
let title = document.createElement("h3");
Expand Down

0 comments on commit 79cb21b

Please sign in to comment.