fix(ui): remove outline, fix mobile context menu close, and improve pwa viewport

This commit is contained in:
spinline
2026-02-01 17:08:23 +03:00
parent 4fa325f4f3
commit 19f6e11601
4 changed files with 19 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ pub fn ContextMenu(
role="button"
tabindex="-1"
on:click=move |_| on_close.call(())
on:touchstart=move |_| on_close.call(())
on:contextmenu=move |e| e.prevent_default()
></div>