Thyago Schleuss

Results 6 comments of Thyago Schleuss
trafficstars

have you guys found a temporary workaround on this? I'm having the same issue

I created a temporary plugin to bypass this for now based on other plugins that I saw online that aren't working properly. This one is working with `variablesResolutionMode: 20210326` _/plugins/offline-ssm/index.js_...

I managed to get it working on a personal project.. I'm not using the package, decided to copy the sources over to my project, and the only error was within...

Go to your storyboard. Select your Navigation Controller Scene. Beneath your Navigation Controller, there is the Navigation Bar item. Select it. In the Utilities Panel (on the right), select the...

Use `overflow-x: hidden;` in `.snap-drawers` css selector ``` .snap-drawers { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: auto; height: auto; overflow-x: hidden; } ```

i figured that this commit from another fork solve the problem 78a19724d5abb20126959ce9be500206786fd67d