Skip to content

Commit

Permalink
fix: don't display context menu button in nested keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed Apr 16, 2024
1 parent 65d25d4 commit 450686b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/VirtualKeyboard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
display: flex;
}
div.nested > div.context {
display: none;
}
button.tab.nested {
padding: 4px 4px;
}
Expand Down

0 comments on commit 450686b

Please sign in to comment.