Forráskód Böngészése

CSS .hide-outside-popup

Vijayakrishnan 3 éve
szülő
commit
25725db9fe
1 módosított fájl, 6 hozzáadás és 0 törlés
  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;
 }