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

[BUG] On small heights addModule creates to scrollbars (only when importing multiple files) #157

Closed
Rllyyy opened this issue Aug 9, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Rllyyy
Copy link
Owner

Rllyyy commented Aug 9, 2022

image

@Rllyyy Rllyyy added the bug Something isn't working label Aug 9, 2022
@Rllyyy Rllyyy self-assigned this Aug 9, 2022
@Rllyyy
Copy link
Owner Author

Rllyyy commented Aug 9, 2022

The reason for it is this line of code:

.import-create-module {
  overflow-y: auto;
}

Sadly removing it causes the padding at the bottom to be ignored:
image

Rllyyy added a commit that referenced this issue Aug 13, 2022
…to BrowserRouter (#156)+:bug:Fixed multiple scrollbars on addModule component (#157)
@Rllyyy Rllyyy closed this as completed Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant