Skip to content

Commit

Permalink
Fix css warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Sep 12, 2024
1 parent 67058db commit e2e756e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions packages/survey-core/src/defaultV2-theme/blocks/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@

.sv-header__overlap {
padding-bottom: calcSize(8);

box-sizing: content-box;
&~div {

.sd-body,
.sv-body {
margin-top: calcSize(-14);
}
}
box-sizing: content-box;
}

.sd-root-modern--mobile .sv-header__overlap {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ body {
}

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

@mixin stickyHeader {
Expand Down

0 comments on commit e2e756e

Please sign in to comment.