fix(mobile/text): formatting toolbar wrongly positioned if dragging on it

This commit is contained in:
Elian Doran
2026-02-25 20:18:04 +02:00
parent 8e8e6f9ed1
commit 2d989dcfe3

View File

@@ -27,6 +27,7 @@ body.mobile {
display: flex;
align-items: flex-end;
user-select: none;
touch-action: pan-x;
scrollbar-width: 0 !important;
}