fix(mobile): toast not respecting safe area

This commit is contained in:
Elian Doran 2026-02-25 18:54:42 +02:00
parent 6762539b4d
commit 416825c9c2
No known key found for this signature in database

View File

@ -5,7 +5,7 @@
align-items: center;
position: absolute;
width: 100%;
top: 20px;
top: calc(env(safe-area-inset-top) + 20px);
pointer-events: none;
contain: none;
}