fix(editor): action bar correctly above keyboard (no mid-screen bug)
viewport: interactive-widget=resizes-content → layout shrinks when
keyboard opens (Android), so sticky bottom sits naturally above the
keyboard.
.pe-actions stays sticky; bottom offset = max(keyboard part the layout
doesn't cover, audio-player height). Replaces the wrong
position:fixed+top calculation that placed the bar in the middle of the
screen (Android counted it twice).
Co-Authored-By: Claude <noreply@…>
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.