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



##########
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:
       curious, do you know specifically what this value should be? It would be 
better to be more explicit if you can on these three position values. 




-- 
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