|
@@ -2079,6 +2079,12 @@ body.in-iframe .main-row > .sidebar {
|
|
|
top: 0;
|
|
|
height: 100%;
|
|
|
}
|
|
|
+.hide-outside-popup {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
+.stag-popup .hide-outside-popup {
|
|
|
+ display: block !important;
|
|
|
+}
|
|
|
.stag-popup .hide-inside-popup {
|
|
|
display: none !important;
|
|
|
}
|