aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/offcanvas
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/offcanvas')
-rw-r--r--docs/examples/offcanvas/offcanvas.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/examples/offcanvas/offcanvas.css b/docs/examples/offcanvas/offcanvas.css
index 50130a885..2a72199d5 100644
--- a/docs/examples/offcanvas/offcanvas.css
+++ b/docs/examples/offcanvas/offcanvas.css
@@ -21,10 +21,18 @@ footer {
.row-offcanvas {
position: relative;
-webkit-transition: all .25s ease-out;
- -moz-transition: all .25s ease-out;
+ -o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
+ .row-offcanvas-right {
+ right: 0;
+ }
+
+ .row-offcanvas-left {
+ left: 0;
+ }
+
.row-offcanvas-right
.sidebar-offcanvas {
right: -50%; /* 6 columns */