mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 22:39:10 +08:00
fix: position style is updated for tooltip (#3252)
This commit is contained in:
parent
aada9060da
commit
355a297795
@ -1,7 +1,7 @@
|
||||
import { themeColors } from 'constants/theme';
|
||||
import { CSSProperties } from 'react';
|
||||
|
||||
const positionCss: CSSProperties['position'] = 'fixed';
|
||||
const positionCss: CSSProperties['position'] = 'absolute';
|
||||
|
||||
export const spinnerStyles = { position: positionCss, right: '0.5rem' };
|
||||
export const tooltipStyles = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user