Skip to content

Commit

Permalink
Fix undesired scrollbar with image gallery on chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Nov 27, 2024
1 parent a71d67f commit 675e620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ details > summary.list-none::marker {
}

.custo-page-WYSIWYG .gallery-container {
@apply grid desktop:grid-cols-2 gap-2 mb-8 desktop:-mx-14;
@apply grid desktop:grid-cols-2 gap-2 mb-8 desktop:-mx-14 overflow-hidden;
}

.custo-page-WYSIWYG .gallery-container figure {
Expand Down

0 comments on commit 675e620

Please sign in to comment.