-
Notifications
You must be signed in to change notification settings - Fork 329
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
Allow custom heights (non-squares) #222
Comments
Setting |
Ok I gave this a try.
The height of the inner element is increased but not the height of the I'm trying to make the Here's where the scroller height is set.
Perhaps adding a new style object prop like |
Pinging this and its corresponding PR, @peacechen |
Same problem, any solutions? |
Unfortunately I also encountered this problem. Is there already a solution for this? |
Theres a branch with a As a temporary fix you could pull in the branch by adding this to your package.json.
But if that branch gets deleted you'll have a missing package. However, I'm using it right now and I will refrain from deleting it when it gets merged. |
@jimbol Would you mind updating your PR based on the discussion in that thread? |
@peacechen What can us make to get it merged? Can I create a PR with the necessary changes since Jimbol doesn't seems to update it |
#273 I've made a PR about it and I will keep my attention on it so maybe we can add this feature. |
Solved here: #273 Thank you @peacechen for your help 🎉 |
Published in 2.1.8 |
Hi there,
I'm interested in making a tall
dayComponent
element. It looks like there isn't a good way to do this yet. The code says toassume square element sizes
.One way to make this work would be to allow a number or an object to be passed by the user.
Another approach would be to change the height of the element to a min-height. This wouldn't change the API at all, which is nice.
(source)
The text was updated successfully, but these errors were encountered: