mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 23:25:54 +08:00
style: remove unused CSS
This commit is contained in:
parent
6bc2f9125c
commit
6c06fea1aa
@ -2,7 +2,6 @@
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
width: 110px;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user