Skip to content

Commit

Permalink
fix: drop overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-fish committed Apr 3, 2024
1 parent b23726f commit 48ec5cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugins/mediawiki/infoboxDefinition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ export const INFOBOX_DEFINITION: {
/* 右下角悬浮的功能按钮 */
#bottomRightCorner,
/* 全站公告弹窗 */
body > .n-modal-container
body > .n-modal-container,
/* [[WAF]] */
.mw-parser-output [data-id="lr-overlay"]
{
display: none !important;
}
Expand Down

0 comments on commit 48ec5cf

Please sign in to comment.