fix(app): tighten mobile utility UI (#32799)

This commit is contained in:
Brendan Allan
2026-06-23 10:41:05 +00:00
committed by GitHub
parent 58a8d9fcb0
commit d568fed095
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export function HelpButton() {
return (
<Show when={!state.dismissed}>
<div class="fixed bottom-4 right-4 z-50">
<div class="fixed bottom-4 right-4 z-50 hidden md:block">
<Popover
open={shown()}
onOpenChange={setShown}