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
Make a layer token on css variables. There are components that use z-index, it would be nice to standardize the use of this property to avoid problems with overlapping components (such a problem exists when using Drawer next to Table which has a sticky column). What do you think about this?
For example: --utility-layer: 10;. --drawer-layer: 100; --modal-layer: 1000;
The text was updated successfully, but these errors were encountered:
Make a layer token on
css
variables. There are components that usez-index
, it would be nice to standardize the use of this property to avoid problems with overlapping components (such a problem exists when usingDrawer
next toTable
which has a sticky column). What do you think about this?For example:
--utility-layer: 10;
.--drawer-layer: 100;
--modal-layer: 1000;
The text was updated successfully, but these errors were encountered: