Skip to content

Commit

Permalink
fix inner popup for surveyjs/survey-creator#4409
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Aug 15, 2023
1 parent 3daa637 commit 3750f64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/defaultV2-theme/defaultV2.fontless.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ body {
}
}

.sv-popup.sv-popup--dropdown.sv-single-select-list,
.sv-popup.sv-popup--dropdown {
.sv-popup__shadow {
box-shadow: $shadow-medium;
Expand All @@ -139,6 +140,7 @@ body {
.sv-popup__body-content {
background-color: $background;
padding: calcSize(1) 0;
height: 100%;
}
}

Expand Down

0 comments on commit 3750f64

Please sign in to comment.