Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a layer token on css variables #1330

Closed
a1eksandrk opened this issue Feb 10, 2024 · 2 comments
Closed

Make a layer token on css variables #1330

a1eksandrk opened this issue Feb 10, 2024 · 2 comments
Labels
question Consultations and discussions

Comments

@a1eksandrk
Copy link

a1eksandrk commented Feb 10, 2024

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;

@korvin89
Copy link
Contributor

@a1eksandrk Hey! We already have this mechanism.

@DarkGenius Hey! What do you think about using layer manager in Drawer?

@korvin89 korvin89 added the question Consultations and discussions label Feb 10, 2024
@amje
Copy link
Contributor

amje commented Mar 5, 2024

Issue about Drawer: gravity-ui/navigation#208

@amje amje closed this as completed Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Consultations and discussions
Projects
None yet
Development

No branches or pull requests

3 participants