From 10387a015127cd0deead5aae9f6bc698f91428a5 Mon Sep 17 00:00:00 2001 From: Keith Date: Wed, 4 Sep 2024 16:50:41 +0900 Subject: [PATCH] fix: fix hotzone of rgbpp explorer banner --- src/components/RgbppBanner/styles.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/RgbppBanner/styles.module.scss b/src/components/RgbppBanner/styles.module.scss index 0cc4905db..63e3c5bdd 100644 --- a/src/components/RgbppBanner/styles.module.scss +++ b/src/components/RgbppBanner/styles.module.scss @@ -11,6 +11,7 @@ height: 280px; box-sizing: border-box; border-radius: 4px; + overflow: hidden; .logo { display: flex;