Skip to content

Commit

Permalink
fix inner popup position
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Jun 3, 2024
1 parent f7f34f3 commit 687c09b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/common-styles/sv-popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ sv-popup {
height: 0;
}

.sv-popup-inner .sv-popup__container {
.sv-popup-inner > .sv-popup__container {
margin-top: calcSize(-1);
}

.sv-list__item--with-icon .sv-popup-inner > .sv-popup__container {
margin-top: calcSize(-0.5);
}

Expand Down

0 comments on commit 687c09b

Please sign in to comment.