shrey183 / Symbolic-Calculator

This is an ongoing project to create a symbolic calculator.
MIT License
2 stars 10 forks source link

Resize the div element according to the amount of data entered on the Menu Page. #3

Open shrey183 opened 5 years ago

shrey183 commented 5 years ago

Currently, there is no problem with small amount of data entered, but look what happens if I do this: screenshot_2018-10-06 project

Fix this issue in the style used in this page https://www.integral-calculator.com/

r-arvind commented 5 years ago

Basically, you want to scale down the size of the content when the numbers overflow the container?

itch96 commented 5 years ago

scrollable div would be better than scaling down the content. Scaling down the content at some places due to size will seem inconsistent

r-arvind commented 5 years ago

I would like to take this up

shrey183 commented 5 years ago

@r-arvind sure, go ahead! @itch96 consider looking at the other issue.

r-arvind commented 5 years ago

If @itch96 wants to work, I don't mind backing off.

shrey183 commented 5 years ago

Ok.

r-arvind commented 5 years ago

I have fixed the overflow issue and created a pull request for it. In case you find any problems with it, you can contact me.