Skip to content

Commit

Permalink
Added scroll fix to .alerts__nearby-activity__photos
Browse files Browse the repository at this point in the history
This fix allows this element to be horizontally scrollable. This will be useful when users need to zooming and the row of images can't fit the screen so there won't be any content loss.
  • Loading branch information
lucascumsille committed Aug 22, 2024
1 parent f3858bb commit e821a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/cobrands/sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2919,6 +2919,7 @@ a#geolocate_link {
.alerts__nearby-activity__photos {
white-space: nowrap;
overflow: hidden;
overflow-x: scroll;
margin: 0 -1rem;

a {
Expand Down

0 comments on commit e821a89

Please sign in to comment.