Skip to content

Commit

Permalink
Add padding to prevent grid horizontal scroll overlapping tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
bbovenzi committed Mar 6, 2024
1 parent 1e6140b commit 53c8ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/www/static/js/dag/grid/index.tsx
Expand Up @@ -167,6 +167,7 @@ const Grid = ({
position="relative"
mt={8}
overscrollBehavior="auto"
pb={4}
>
<Table borderRightWidth="16px" borderColor="transparent">
<Thead>
Expand Down

0 comments on commit 53c8ab3

Please sign in to comment.