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

Popup does not fit within the boundaries of the viewport #1

Open
xerosanyam opened this issue Feb 14, 2017 · 1 comment
Open

Popup does not fit within the boundaries of the viewport #1

xerosanyam opened this issue Feb 14, 2017 · 1 comment

Comments

@xerosanyam
Copy link

Getting this err, how to solve it?
thanks

@fffx
Copy link

fffx commented Jan 25, 2018

@xerosanyam You can add some style

.popup {
  max-height: 500px; // all other value
  overflow: auto;
}

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