From 891f5659259b8e88e2d26eef57d1cbfe9bf399f1 Mon Sep 17 00:00:00 2001 From: jianghuyiyuan Date: Mon, 23 Jun 2025 16:46:37 +0800 Subject: [PATCH] chore: remove redundant word in comment Signed-off-by: jianghuyiyuan --- src/containers/shared/css/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/shared/css/global.scss b/src/containers/shared/css/global.scss index e10fd11d1..c3d7cfdb4 100644 --- a/src/containers/shared/css/global.scss +++ b/src/containers/shared/css/global.scss @@ -228,7 +228,7 @@ a, Workaround to have the effect nested anchor tags (invalid html). 1. Add the class `anchor-mask` to the container you would normally wrap in an tag. -2. Add the class `mask-overlay` to to the anchor. +2. Add the class `mask-overlay` to the anchor. This makes the `mask-overlay` sit on top of the `anchor-mask` and then places any other "nested" anchors on top of the overlay */