refactor(profile): remove overlay from WrappedFullscreenModal to streamline UI

This commit is contained in:
Moyasee
2025-12-12 17:51:31 +02:00
parent c025dc199d
commit 879f0baad7
2 changed files with 0 additions and 8 deletions

View File

@@ -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%;

View File

@@ -81,7 +81,6 @@ export function WrappedFullscreenModal({
<div className="wrapped-fullscreen-modal__spinner" />
</div>
)}
<div className="wrapped-fullscreen-modal__overlay" />
<iframe
src={`https://hydrawrapped.com/embed/${userId}?scale=${config.scale}`}
className="wrapped-fullscreen-modal__iframe"