Open JammingBen opened 3 weeks ago
Now, that I fixed the modal width is this issue still relevant ?
I'd say yes, because the problem still becomes a thing on smaller screens and on mobile.
Got you. As of now I can't think of a proper solution as the iframe and the window do share the same local storage
True, hmmm. All solutions I can think of are somewhat hacky... Maybe just ignore the sidebar storage setting in embed mode and use a local state in the useSideBar
composable instead? Would be sufficient for an embedded Web I guess.
I am not 100% sure about that, @kulmann and me already talked about it in the reviews and decided to leave it as it is. I suggest to give it p4, now we have the width fixed and decide on a solution later
Fine be me!
Describe the bug
The right sidebar is overlapping the content of the file picker ("Save as" / "Open" actions) if opened.
Steps to reproduce
Expected behavior
The sidebar should not be visible in the file picker.
Actual behavior
It's visible and overlapping all the content.