From 0027dc285818836047f3662a0472286ebea76297 Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Thu, 29 May 2025 02:25:28 +0700 Subject: [PATCH] Corrected display of Popups and Tooltips Signed-off-by: Alexander Platov --- packages/ui/src/components/Popup.svelte | 25 ++++++++++++++++--- .../ui/src/components/TooltipInstance.svelte | 23 ++++++++++++++--- packages/ui/src/popups.ts | 4 +++ 3 files changed, 46 insertions(+), 6 deletions(-) diff --git a/packages/ui/src/components/Popup.svelte b/packages/ui/src/components/Popup.svelte index fe8d5eb529..6f1db96fbd 100644 --- a/packages/ui/src/components/Popup.svelte +++ b/packages/ui/src/components/Popup.svelte @@ -12,11 +12,23 @@ // See the License for the specific language governing permissions and // limitations under the License. --> + + +