mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
fix(messagebox): fixed z-index
This commit is contained in:
@@ -42,8 +42,8 @@ export const ReplyBase = styled.div<{
|
||||
content: "";
|
||||
width: 22px;
|
||||
height: 10px;
|
||||
border-inline-start: 3px solid var(--message-box);
|
||||
border-top: 3px solid var(--message-box);
|
||||
border-inline-start: 2px solid var(--message-box);
|
||||
border-top: 2px solid var(--message-box);
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user