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
When specifying multiple values, like this: { position: [ 'fixed', 'sticky' ] }
only the first alternative is kept after prefixing: { position: 'fixed' }
When specifying multiple values, like this:
{ position: [ 'fixed', 'sticky' ] }only the first alternative is kept after prefixing:
{ position: 'fixed' }