AAfghahi commented on a change in pull request #13822:
URL: https://github.com/apache/superset/pull/13822#discussion_r603688566



##########
File path: superset-frontend/src/components/ProgressBar/index.tsx
##########
@@ -30,13 +30,18 @@ const ProgressBar = styled(({ striped, ...props }: 
ProgressBarProps) => (
   <AntdProgress {...props} />
 ))`
   line-height: 0;
+  position: inherit;
+  .ant-progress-inner {
+    position: inherit;
+  }
   .ant-progress-outer {
     ${({ percent }) => !percent && `display: none;`}
   }
   .ant-progress-text {
     font-size: ${({ theme }) => theme.typography.sizes.s}px;
   }
   .ant-progress-bg {
+    position: inherit;

Review comment:
       no, I don't but I can test it. I think it should probably be absolute?
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to