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
Dialogs: Add 50ms delay before showing backdrop (868c2b7)
Layout: Add refs on. Layout, Main and Content (98ab20e)
Layout: Always use background-color for Content (f510fd0)
Layout: Move style into sidebar and isolate layout styles (f9045e9)
BREAKING CHANGES
Layout: Layout doesn't apply style on Main and Content anymore, they have their own styles now. So if you didn't use these components but, for example, <main> instead of <Main> and <div role="main"> instead of <Content>, you could have a style problem. So prefer Main and Content components.