We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdded68 commit 727442aCopy full SHA for 727442a
Extensions/shorten_posts.js
@@ -49,6 +49,7 @@ XKit.extensions.shorten_posts = new Object({
49
this.wrapperCss = XKit.css_map.keyToCss("impressionLoggingWrapper");
50
this.avatarCss = XKit.css_map.keyToCss("stickyContainer");
51
52
+ XKit.tools.add_css(`${XKit.css_map.keyToCss("baseContainer")} { z-index: 99; }`, "shorten_posts");
53
XKit.post_listener.add("shorten_posts", XKit.extensions.shorten_posts.react_check);
54
XKit.extensions.shorten_posts.react_check();
55
});
0 commit comments