From 3ab6ad94f2716d3ea7fdbe5f23c07ba7622900c0 Mon Sep 17 00:00:00 2001 From: Yiannis Christodoulou Date: Tue, 24 Jun 2025 17:23:35 +0300 Subject: [PATCH] prettier format --- .../video-editor/client/src/styles/TwoRowTooltip.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend-tools/video-editor/client/src/styles/TwoRowTooltip.css b/frontend-tools/video-editor/client/src/styles/TwoRowTooltip.css index b86569bd..74bb2160 100644 --- a/frontend-tools/video-editor/client/src/styles/TwoRowTooltip.css +++ b/frontend-tools/video-editor/client/src/styles/TwoRowTooltip.css @@ -120,7 +120,9 @@ white-space: nowrap; opacity: 0; visibility: hidden; - transition: opacity 0.2s, visibility 0.2s; + transition: + opacity 0.2s, + visibility 0.2s; z-index: 2500; /* High z-index */ pointer-events: none; } @@ -139,7 +141,9 @@ margin-left: 0; /* Reset margin */ opacity: 0; visibility: hidden; - transition: opacity 0.2s, visibility 0.2s; + transition: + opacity 0.2s, + visibility 0.2s; z-index: 2500; /* High z-index */ pointer-events: none; }