Closed amitguptagwl closed 6 years ago
Hello! Tried to tackle this one, but having some trouble getting it to run properly on my local machine. For some reason, the entire left sidebar is not showing up when I try to open v2.html
. Cloned locally, ran npm i --save
and opened the page on Chrome. Anything I'm missing?
It seems that removing align-items-end
from your toolbar div fixes the issue. So far haven't found anything broken by that. Following your tech doc for testing
Also, following your comment to run it properly worked well :)
Hmm, if we remove that it will shift the 2nd tool plate up. Though we can do that, I was wondering if we can fix it without that.
I guess it depends on which browser you're running it then. On Chrome 67 and Safari, the items stay on the bottom. Running on a Mac btw
Your suggestion works perfectly fine. Please raise a PR.
Starting point: https://naturalintelligence.github.io/imglab/v2.html
Issue: Tools displayed in left bottom are extra padded
Check technical documentation.