Skip to content

Commit

Permalink
Fixed #7992 - Scroll appearing shifts a survey
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Mar 20, 2024
1 parent 01dfc50 commit 2036432
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/defaultV2-theme/defaultV2.fontless.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ body {
height: 100%;
overflow: auto;
position: relative;
scrollbar-gutter: stable both-edges;
}

.sd-root-modern--mobile {
Expand All @@ -107,9 +108,10 @@ body {
overflow: auto;
width: 100%;
max-height: 100%;
scrollbar-gutter: stable both-edges;
}
}

.sv-popup .sv-popup__scrolling-content {
@include scrollRules;
}
}

0 comments on commit 2036432

Please sign in to comment.