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

Linked references filter items overlap when their height is large #79

Open
MaxLinWorm opened this issue Jul 4, 2022 · 0 comments
Open

Comments

@MaxLinWorm
Copy link

MaxLinWorm commented Jul 4, 2022

Using the Craft theme.

Without fix:
image

With fix:

image

Fixed with:

div.bp3-transition-container.bp3-popover-enter-done > div.bp3-popover[style*='transform-origin'] > div.bp3-popover-content > div[style*='max-width: 600px'] > div[style*='display: flex'] > div:nth-child(4) > div > div >button {
    color: red !important;
    height: auto;
}

I'm sure the selector could be improved.

Also, see fix for the selected linked reference filter item: #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant