Sfoglia il codice sorgente

CSS .hide-outside-popup

Vijayakrishnan 3 anni fa
parent
commit
25725db9fe
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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;
 }