fix attachment buttons

This commit is contained in:
notfire 2025-01-31 08:35:09 -05:00
parent 1e7ef0956e
commit b457c07156
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16
2 changed files with 2 additions and 2 deletions

View file

@ -138,7 +138,7 @@
top: 0;
margin-top: 0.5em;
margin-right: 0.5em;
z-index: 0;
z-index: 1;
.attachment-button {
padding: 0;

View file

@ -130,7 +130,7 @@
color: var(--panelText);
background-color: $fallback--bg;
background-color: var(--bg, $fallback--bg);
z-index: 1;
z-index: 2;
&::after {
background-color: $fallback--fg;