Skip to content

Commit d470d98

Browse files
committed
fix: Avoid scrolling the #content wrapper container
Signed-off-by: Julius Härtl <[email protected]>
1 parent 71cdd96 commit d470d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/css/apps.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ kbd {
667667
width: calc(100% - var(--body-container-margin) * 2);
668668
height: var(--body-height);
669669
border-radius: var(--body-container-radius);
670-
overflow: hidden;
670+
overflow: clip;
671671

672672
&:not(.with-sidebar--full) {
673673
position: fixed;

0 commit comments

Comments
 (0)