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 0dc45d8d..641d571b 100644 --- a/src/renderer/src/pages/profile/profile-content/wrapped-tab.scss +++ b/src/renderer/src/pages/profile/profile-content/wrapped-tab.scss @@ -86,6 +86,13 @@ 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 a7ca2797..6b04ef68 100644 --- a/src/renderer/src/pages/profile/profile-content/wrapped-tab.tsx +++ b/src/renderer/src/pages/profile/profile-content/wrapped-tab.tsx @@ -81,6 +81,7 @@ export function WrappedFullscreenModal({
)} +