Elderjs / template

Elder.js template project. It is part template, part tutorial. Dive in!
https://elderjs.pages.dev/
MIT License
113 stars 32 forks source link

FIX: mobile screen overflow caused by tooltip #5

Closed halafi closed 4 years ago

halafi commented 4 years ago

currently there is a bug on smaller screen when you can scroll outside of the "viewport" to the right

bug

pretty much starts at window width 1180px and less

cause are the tooltips (balloon.css) with white-space: nowrap, so I fixed it with smaller balloon-length, but maybe it's not optimal as now they are possibly too small

there also seems to be data-balloon-break attribute which could help