Skip to content

Commit ea5e06c

Browse files
committed
[#2357] Set correct overflow for 400% zoom
1 parent c3c7797 commit ea5e06c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/open_inwoner/scss/components/ReadMore/ReadMore.scss

+5
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,17 @@
3535
display: none;
3636
&--hidden {
3737
display: inline;
38+
overflow: initial;
3839
}
3940
}
4041
}
4142
.readmore__content {
4243
scroll-margin-top: var(--spacing-giant);
4344
grid-template-rows: 1fr;
45+
46+
&--hidden {
47+
overflow: visible;
48+
}
4449
}
4550
}
4651
}

0 commit comments

Comments
 (0)