Skip to content

Commit b65daf4

Browse files
authored
Fix Content Overflow in Some Displays (#1240)
1 parent 68745c0 commit b65daf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/sections/prague.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ import Section from "@ui/Section.astro"
5353
top: 0;
5454
width: 100%;
5555
grid-column: 1 / 4;
56+
overflow: hidden;
5657
}
5758
.city svg {
5859
width: 100vw;

0 commit comments

Comments
 (0)