Explorar el Código

CSS .hide-outside-popup

Vijayakrishnan hace 3 años
padre
commit
25725db9fe
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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;
 }