Fix z-indexing bug

This commit is contained in:
Lim Chee Aun 2022-12-21 01:03:07 +08:00
parent 04323f05ff
commit b7c5dce372

View file

@ -78,6 +78,7 @@
text-shadow: 0 1px 10px var(--bg-color), 0 1px 10px var(--bg-color),
0 1px 10px var(--bg-color), 0 1px 10px var(--bg-color),
0 1px 10px var(--bg-color);
z-index: 2;
}
#_compose-container .status-preview-legend.reply-to {
color: var(--reply-to-color);