Skip to content

Commit

Permalink
added missing overflow hide
Browse files Browse the repository at this point in the history
  • Loading branch information
bartimaeusnek committed Jul 2, 2020
1 parent c359bbd commit 5c5dcbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CropApp/wwwroot/css/globalStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
width: -moz-max-content; /* Firefox/Gecko */
width: -webkit-max-content; /* Chrome */
width: max-content;
overflow-x: hidden;
}

.color-crops{
Expand Down

0 comments on commit 5c5dcbe

Please sign in to comment.