mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Fix z-indexing bug
This commit is contained in:
parent
04323f05ff
commit
b7c5dce372
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue