Skip to content

Commit

Permalink
Add padding to prevent grid horizontal scroll overlapping tasks (#37942)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0c9487f)
  • Loading branch information
bbovenzi authored and jedcunningham committed Mar 18, 2024
1 parent 07b32f0 commit c44f539
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 c44f539

Please sign in to comment.