mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: filters panel broken due to tabs scroll (#30180)
This commit is contained in:
@@ -25,6 +25,8 @@ export function getDefaultTooltip(refs: Refs) {
|
||||
return {
|
||||
appendToBody: true,
|
||||
borderColor: 'transparent',
|
||||
// CSS hack applied on this class to resolve https://github.com/apache/superset/issues/30058
|
||||
className: 'echarts-tooltip',
|
||||
position: (
|
||||
canvasMousePos: [number, number],
|
||||
params: CallbackDataParams,
|
||||
|
||||
Reference in New Issue
Block a user