style: remove unused CSS

This commit is contained in:
rahulkeswani101 2024-09-02 13:43:54 +05:30
parent 6bc2f9125c
commit 6c06fea1aa
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
position: absolute;
z-index: 999;
display: none;
flex-direction: column;
width: 110px;
padding: 5px;
border-radius: 5px;

View File

@ -83,7 +83,7 @@ export function onGraphClickHandler(
if (xValue) {
if (buttonElement) {
buttonElement.style.display = 'flex';
buttonElement.style.display = 'block';
buttonElement.style.left = `${mouseX}px`;
buttonElement.style.top = `${mouseY}px`;
setSelectedTimeStamp(xValue);