mirror of
https://github.com/zadam/trilium.git
synced 2026-02-28 09:33:38 +01:00
fix(mobile): toast not respecting safe area
This commit is contained in:
parent
6762539b4d
commit
416825c9c2
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user