* [misc] always show mast when no task active.

This commit is contained in:
sunhao
2024-09-11 11:18:09 +08:00
committed by 谢杞钰
parent 68bc06766c
commit c443f09cf5
2 changed files with 13 additions and 15 deletions
+2 -2
View File
@@ -29,5 +29,5 @@
.is-single-type-mode #tutorialTabs .tab-content {padding-top: 0;}
.is-single-type-mode #tutorialTabs .tab-pane {display: block;}
.pick-container {z-index: 1780;}
.tutorial-tip-show #iframeWrapper {pointer-events: none;}
.tutorial-tip-show #iframeWrapper::after {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1479;}
.tutorial-has-mask #iframeWrapper {pointer-events: none;}
.tutorial-has-mask #iframeWrapper::after {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1479;}