From 1980f43b9f634f658be05fcf5601d461a5435029 Mon Sep 17 00:00:00 2001 From: lyf <1910527151@qq.com> Date: Mon, 12 Aug 2024 16:31:12 +0800 Subject: [PATCH] feat(auth): xg feature --- app/styles/globals.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/styles/globals.scss b/app/styles/globals.scss index 89f0a78e7..96d6402dc 100644 --- a/app/styles/globals.scss +++ b/app/styles/globals.scss @@ -308,9 +308,7 @@ code{ .show-hide-button { border-radius: 10px; position: absolute; - top: 0; - left: 0; - right: 0; + inset: 0 0 auto 0; width: 100%; margin: auto; height: fit-content;