.tabulator { font-family: Courier New !important; font-weight: normal !important; font-size: 12px !important; } .tabulator:hover { overflow: visible !important; } .tabulator-cell:has(> img) { padding: 2px !important; height: 60px !important; } .tabulator-cell:hover { overflow: visible !important; } .tabulator-row:hover { z-index: 10000; } .zoom-img { position: relative; transition: transform 0.3s ease; } /* When hovering over the container, scale its child (the SVG) */ .tabulator-cell:hover .zoom-img { padding: 3px; position: fixed; transform: translate(100%, 0%) scale(3); /* Center and scale */ background-color: rgba(250, 250, 250, 0.854); box-shadow: 0 0 10px rgba(0, 0, 0, 0.618); border-radius: 3px; transition: transform 0.3s ease; pointer-events: none; /* Prevent the image from blocking interactions */ z-index: 10000; /* Ensure it appears above other elements */ }