From 89fc86a0008358c277c8277b8ebcd2fb71f14d89 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 19 Aug 2019 12:10:40 +0200 Subject: [PATCH] updated docs/components/control-sidebar.md --- docs/components/control-sidebar.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/components/control-sidebar.md b/docs/components/control-sidebar.md index 8b60f1862..3023512fb 100644 --- a/docs/components/control-sidebar.md +++ b/docs/components/control-sidebar.md @@ -10,6 +10,7 @@ The following code should be placed within the `.wrapper` div. I prefer to place ##### 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. +You can also add `.control-sidebar-push-slide` to `body`, to push the content away with an transition. ##### Dark Sidebar Markup {: .text-bold .text-dark}