From 4ef9b9dc6efa2af1fd3bbfa294de0732a950f213 Mon Sep 17 00:00:00 2001 From: prince-deriv <82309725+prince-deriv@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:11:57 +0400 Subject: [PATCH] fix: hidden items on bigger screen (#765) --- src/sass/_common/reskin.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/_common/reskin.scss b/src/sass/_common/reskin.scss index 4c428f199ec..7caf5b6f506 100644 --- a/src/sass/_common/reskin.scss +++ b/src/sass/_common/reskin.scss @@ -727,7 +727,7 @@ html:not(.test) { .popup_page_overlay, .inpage_popup_container { position: absolute !important; - top: -999px !important; + top: -9999px !important; } }