Fix formatting bar
https://workflow.ghx.com/browse/VASS-237
The formatting bar sometimes obscures input text. Change is to adjust skidding to 0 so it rests above the reference. In this case, VEditor (top-start
).
https://popper.js.org/docs/v2/modifiers/offset/
A subsequent change will come for phapp
to bump version.
To verify:
- Clone this repo: https://gitlab.com/lumere-public/lumere-ui then switch to this branch
- In newly cloned lumere-ui repo, run
npm link
- in
phapp
repo, runnpm link @lumere/lumere-ui
- Then run
ls
to verify it's correct:npm ls @lumere/lumere-ui
- Restart server
- Go to a project: http://localhost:8000/projects/28689/#/
- Update status
Expect: formatting bar is anchored to top of editor.
Edited by John Morris