mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 12:36:07 +08:00
style: remove unused CSS
This commit is contained in:
parent
6bc2f9125c
commit
6c06fea1aa
@ -2,7 +2,6 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
display: none;
|
display: none;
|
||||||
flex-direction: column;
|
|
||||||
width: 110px;
|
width: 110px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
@ -83,7 +83,7 @@ export function onGraphClickHandler(
|
|||||||
|
|
||||||
if (xValue) {
|
if (xValue) {
|
||||||
if (buttonElement) {
|
if (buttonElement) {
|
||||||
buttonElement.style.display = 'flex';
|
buttonElement.style.display = 'block';
|
||||||
buttonElement.style.left = `${mouseX}px`;
|
buttonElement.style.left = `${mouseX}px`;
|
||||||
buttonElement.style.top = `${mouseY}px`;
|
buttonElement.style.top = `${mouseY}px`;
|
||||||
setSelectedTimeStamp(xValue);
|
setSelectedTimeStamp(xValue);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user