From 105e7d821a9ae207c43272e3d66dfad2b0459243 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 15 May 2025 16:03:25 +0300 Subject: [PATCH] fix(style): calendar tooltip wrongly positioned on horizontal layout --- apps/client/src/stylesheets/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index aa3936a22..178e97a28 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -590,11 +590,6 @@ table.promoted-attributes-in-tooltip th { } .tooltip-trigger { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; background: transparent; pointer-events: none; }