Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Optimization] Optimizing the background color of table data labels in data development #3093

Merged
merged 9 commits into from
Jan 30, 2024
1 change: 0 additions & 1 deletion dinky-web/src/pages/DataStudio/BottomContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ const BottomContainer: React.FC<BottomContainerProps> = (props: any) => {
zIndex: 999,
height: height,
marginTop: 0,
backgroundColor: '#fff',
position: 'fixed',
bottom: VIEW.footerHeight
}}
Expand Down
Loading