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

Add position: relative to list items in styles #15

Closed
mrwweb opened this issue Feb 2, 2024 · 0 comments
Closed

Add position: relative to list items in styles #15

mrwweb opened this issue Feb 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mrwweb
Copy link
Owner

mrwweb commented Feb 2, 2024

I suspect almost everyone is already doing this, but I've realized that this should probably be in the default styles, otherwise, the placement of submenus is very unpredictable. Almost everyone already does this, but I think I should add it.

.clicky-menu li {
    position: relative;
}
@mrwweb mrwweb added the bug Something isn't working label Feb 2, 2024
@mrwweb mrwweb changed the title Add position relative to list items in styles Add position: relative to list items in styles Mar 5, 2024
@mrwweb mrwweb closed this as completed in e367c77 May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant