-
Notifications
You must be signed in to change notification settings - Fork 429
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
Payout dropdown menu is cut off at the bottom #3931
Comments
The reason is that the dropdown menu extends over the div
.App__content {
margin-top: 1rem;
overflow: hidden;
margin-bottom: 60px;
padding-bottom: 30px;
@include MQ(M) {
margin-bottom: 0;
}
} @ety001: is it still necessary? @the-gorilla-steem: What do you think? Could Alternatively, |
@only-dev-time: Upon initial inspection and test, it looks like removing the overflow works as expected. I can roll it into the next bundle so that it gets tested thoroughly. |
@the-gorilla-steem Yes, you can include that. |
In smaller browser windows, the lower area of the payout dropdown menu is cut off:
The menu is fully displayed on wider browser windows:
The text was updated successfully, but these errors were encountered: