You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I may add, I noticed that in 3.10.0 that the scroll often gets locked in iOS when the user is inside a collection. Opening & closing the sidebar makes it scrollable again.
The problem lies in the postcss.config file. Autoprefixer is being loaded before tailwind so all of the vendor prefixes aren't being added to the tailwind classes.
To fix the issue, find your postcss config file in your root director then swap the tailwind and autoprefixer order. Tailwind should come first.
Describe the Bug.
There are multiple design issues in the responsive view.
On the global header view:
Open the navigation the page gets horizontal scrollable:
The localization dropdown has no spacing:
Reproduction Steps
Environment Info
The text was updated successfully, but these errors were encountered: