Skip to content

Commit

Permalink
Merge pull request #48 from nationalarchives/fix/only-scroll-tables-m…
Browse files Browse the repository at this point in the history
…obile

Fix | only show scrollbars for tables on mobile
  • Loading branch information
jlhdxw authored Oct 29, 2024
2 parents e75e580 + 8f1c7ab commit d961aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/includes/_judgment_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
margin: $space-4 0;

@media (min-width: $grid-breakpoint-medium) {
overflow: visible;
width: calc(100% + $judgment-margin-offset);
margin: $space-4 (-$judgment-margin-offset);
}
Expand Down

0 comments on commit d961aae

Please sign in to comment.