mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-15 16:33:02 -03:00
style(profile): add overlay to WrappedFullscreenModal for improved UI interaction
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -81,6 +81,7 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user