some control-sidebar fixes

- removed setMargin in js
- fixed control-sidebar slide animate step
- added zindex-contro-sidebar
- added control-sidebar-push class
- updated zindex's
This commit is contained in:
REJack
2019-08-13 14:26:25 +02:00
parent 0876d0ab70
commit c4c082c4ac
5 changed files with 47 additions and 24 deletions

View File

@@ -7,6 +7,10 @@ Control sidebar is the right sidebar. It can be used for many purposes and is ex
The following code should be placed within the `.wrapper` div. I prefer to place it right after the footer.
##### Control Sidebar Push
{: .text-bold .text-dark}
By adding the `.control-sidebar-push` to `body`, the sidebar pushes the content away instead of overlaying the content.
##### Dark Sidebar Markup
{: .text-bold .text-dark}
```html