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

Hidden overflow on collapsed inputfield cuts off edit field link #107

Open
Toutouwai opened this issue Mar 18, 2019 · 0 comments
Open

Hidden overflow on collapsed inputfield cuts off edit field link #107

Toutouwai opened this issue Mar 18, 2019 · 0 comments

Comments

@Toutouwai
Copy link

The CSS rule...

html.aos .InputfieldStateCollapsed {
    overflow: hidden!important;
}

...causes the edit field link to be cut off.

2019-03-18_140206

I removed this rule and things seem to work okay without it, but I didn't do a heap of testing and I'm sure you must have added it for some reason. Maybe some other solution can be found, e.g. hiding overflow more specifically for .InputfieldStateCollapsed .InputfieldContent?

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