浏览代码

CSS .hide-outside-popup

Vijayakrishnan 3 年之前
父节点
当前提交
25725db9fe
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      public/css/style.css

+ 6 - 0
public/css/style.css

@@ -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;
 }