fix(style): calendar tooltip wrongly positioned on horizontal layout

This commit is contained in:
Elian Doran 2025-05-15 16:03:25 +03:00
parent 6a8a870c08
commit 105e7d821a
No known key found for this signature in database

View File

@ -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;
}