A clear and concise description of what the bug is
I use a svelte multi adapter adapter to be able to compile my frontend into a node app and static pwa. But when I build a static pwa my layout breaks and bugs occur.
In this video, I already have fixed the broken layout by using !important, but I don't think this should be necessary. I don't know if this is an urgent bug or even a supported way of using svelteui, but its (I think) important to know
What package has an issue
@svelteuidev/core
A clear and concise description of what the bug is
I use a svelte multi adapter adapter to be able to compile my frontend into a node app and static pwa. But when I build a static pwa my layout breaks and bugs occur.
https://github.com/svelteuidev/svelteui/assets/53957681/4f7ad8be-6f3d-4968-9cf8-6218ea289c00
In this video, I already have fixed the broken layout by using
!important
, but I don't think this should be necessary. I don't know if this is an urgent bug or even a supported way of using svelteui, but its (I think) important to knowIn which browser(s) did the problem occur?
Firefox, Chrome
Steps To Reproduce
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
No
Relevant Assets
No response