From 450686bf050f2f880e23b5a099e35842b9a60a38 Mon Sep 17 00:00:00 2001 From: mgreminger Date: Tue, 16 Apr 2024 09:43:48 -0500 Subject: [PATCH] fix: don't display context menu button in nested keyboard --- src/VirtualKeyboard.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/VirtualKeyboard.svelte b/src/VirtualKeyboard.svelte index a814f63d..4c6d9d5f 100644 --- a/src/VirtualKeyboard.svelte +++ b/src/VirtualKeyboard.svelte @@ -40,6 +40,10 @@ display: flex; } + div.nested > div.context { + display: none; + } + button.tab.nested { padding: 4px 4px; }