浏览代码

add permanent-btn-iframe-close class

REJack 4 年之前
父节点
当前提交
9cd655d705
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      build/scss/pages/_iframe.scss

+ 8 - 0
build/scss/pages/_iframe.scss

@@ -120,3 +120,11 @@ body.iframe-mode-fullscreen {
     }
   }
 }
+
+.permanent-btn-iframe-close {
+  .btn-iframe-close {
+    animation: none !important;
+    visibility: visible !important;
+    opacity: 1;
+  }
+}