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
[ ] Bugfix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] My changes does not break the current system and it passes all the current test cases.
Screenshots
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.
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 applyChecklist
Put an
x
in the boxes that applyScreenshots
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.