[frontend/components] Stop note footer getting stuck under mfm nodes

This commit is contained in:
pancakes 2025-03-08 13:25:58 +10:00 committed by Laura Hausmann
parent 5ffbafce16
commit b1ef1b978a
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -1,5 +1,6 @@
.note-footer {
margin-top: 0.5em;
z-index: +1;
}
.reactions {