michael-s-molina commented on a change in pull request #18784:
URL: https://github.com/apache/superset/pull/18784#discussion_r809240622
##########
File path:
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx
##########
@@ -42,6 +42,9 @@ import { buildCascadeFiltersTree } from './utils';
const Wrapper = styled.div`
padding: ${({ theme }) => theme.gridUnit * 4}px;
+ // 108px padding to make room for buttons with position: absolute
Review comment:
If we change to a white background then could move the bottom buttons
outside the scrollable area.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]