Canvasbird / canvasboard

An interactive board with plugins focusing on replacing the need of multiple platforms for teaching, presenting, managing or explaining your ideas.
MIT License
199 stars 120 forks source link

Sliding Toolbar #479

Closed Aniket-508 closed 2 years ago

Aniket-508 commented 2 years ago

Issue that this pull request solves

Closes: #473

Brief description of what is fixed or changed

Added a sliding div to the toolbar which sticks to the whole page even while scrolling and hides itself when toolbar is opened. The styling of the sliding div is done inline.

Types of changes

Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply

Screenshots

Screenshot (161) Screenshot (162)

Other information

By default, it is showing the toolbox. If you want to hide it, just simply get the id of the toolbox and add it display as none style just as it is did for the sliding div.

goliakshay357 commented 2 years ago

Hello @Aniket-508, Thanks for the enhancement. LGTM.