From 879f0baad7ce67e1504ebe07a2ec4014ed0bd1eb Mon Sep 17 00:00:00 2001 From: Moyasee Date: Fri, 12 Dec 2025 17:51:31 +0200 Subject: [PATCH] refactor(profile): remove overlay from WrappedFullscreenModal to streamline UI --- .../src/pages/profile/profile-content/wrapped-tab.scss | 7 ------- .../src/pages/profile/profile-content/wrapped-tab.tsx | 1 - 2 files changed, 8 deletions(-) diff --git a/src/renderer/src/pages/profile/profile-content/wrapped-tab.scss b/src/renderer/src/pages/profile/profile-content/wrapped-tab.scss index 641d571b..0dc45d8d 100644 --- a/src/renderer/src/pages/profile/profile-content/wrapped-tab.scss +++ b/src/renderer/src/pages/profile/profile-content/wrapped-tab.scss @@ -86,13 +86,6 @@ animation: wrapped-spin 0.8s linear infinite; } - &__overlay { - position: absolute; - inset: 0; - z-index: 2; - cursor: default; - } - &__iframe { width: 100%; height: 100%; diff --git a/src/renderer/src/pages/profile/profile-content/wrapped-tab.tsx b/src/renderer/src/pages/profile/profile-content/wrapped-tab.tsx index 6b04ef68..a7ca2797 100644 --- a/src/renderer/src/pages/profile/profile-content/wrapped-tab.tsx +++ b/src/renderer/src/pages/profile/profile-content/wrapped-tab.tsx @@ -81,7 +81,6 @@ export function WrappedFullscreenModal({
)} -