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
Currently sizing of components is using responsive css classes. The issue with that is it only sizes regarding the screen size. What we want is sizing based on container size. As container css media queries are not yet supported in major browsers, we need to implement this using javascript.
The text was updated successfully, but these errors were encountered:
Currently sizing of components is using responsive css classes. The issue with that is it only sizes regarding the screen size. What we want is sizing based on container size. As container css media queries are not yet supported in major browsers, we need to implement this using javascript.
The text was updated successfully, but these errors were encountered: