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

Incorrect Minimum Editor Height #11

Closed
axpro opened this issue Jul 30, 2014 · 5 comments
Closed

Incorrect Minimum Editor Height #11

axpro opened this issue Jul 30, 2014 · 5 comments
Milestone

Comments

@axpro
Copy link

axpro commented Jul 30, 2014

In Chrome on Mac the bottom border of aui-editor-page is not visible because of the max-height and overflow:hidden of the #contents div.
The above are inline styles which are being applied when I click 'Create New' association.

@nilshoerrmann
Copy link
Contributor

Can you give me more details. I'm not sure, if I can follow you.

@axpro
Copy link
Author

axpro commented Jul 30, 2014

When I click 'Create New' #contents gets style="min-height: 300px; max-height: 300px; overflow: hidden;" which hides the bottom border of .aui-editor-page given by border: 0.1rem solid rgba(191, 191, 183, 0.65);

How it looks:
how

How it should look:
should

The bottom border gives the frame an encapsulated look.

@nilshoerrmann
Copy link
Contributor

Do you have whitespace underneath the associated page?
The page should actually end at the window bottom.

@axpro
Copy link
Author

axpro commented Jul 30, 2014

Yes, the window is taller than the content.

@nilshoerrmann
Copy link
Contributor

That shouldn't be the case.
Thanks for the report!

@nilshoerrmann nilshoerrmann changed the title aui-editor-page bottom border not visible Incorrect Minimum Editor Height Jul 31, 2014
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

2 participants