fix(app): tighten mobile utility UI (#32799)
This commit is contained in:
parent
58a8d9fcb0
commit
d568fed095
3 changed files with 11 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue