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({
)} -