Skip to content

Commit

Permalink
fix: hidden items on bigger screen (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Aug 6, 2024
1 parent efc4598 commit 4ef9b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/_common/reskin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ html:not(.test) {
.popup_page_overlay,
.inpage_popup_container {
position: absolute !important;
top: -999px !important;
top: -9999px !important;
}
}

Expand Down

0 comments on commit 4ef9b9d

Please sign in to comment.