Skip to content

Commit 727442a

Browse files
committed
tweak z-index
1 parent bdded68 commit 727442a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Extensions/shorten_posts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ XKit.extensions.shorten_posts = new Object({
4949
this.wrapperCss = XKit.css_map.keyToCss("impressionLoggingWrapper");
5050
this.avatarCss = XKit.css_map.keyToCss("stickyContainer");
5151

52+
XKit.tools.add_css(`${XKit.css_map.keyToCss("baseContainer")} { z-index: 99; }`, "shorten_posts");
5253
XKit.post_listener.add("shorten_posts", XKit.extensions.shorten_posts.react_check);
5354
XKit.extensions.shorten_posts.react_check();
5455
});

0 commit comments

Comments
 (0)