Skip to content

Commit

Permalink
Fix scrollbar breaking layout
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ck committed Jan 16, 2024
1 parent ca51713 commit 0feabcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
overflow: unset !important;
}

/* Prevent the scrollbar from appearing and breaking the layout */
.ghg-in-review-changes-modal .Overlay-body {
overflow-y: visible !important;
}

/* Fixes the GIF dropdown being hidden by the review modal's overflow */
.ghg-in-review-changes-list {
contain: unset !important;
Expand Down

0 comments on commit 0feabcf

Please sign in to comment.