Add initial right and left properties to offcanvas example for transitions.
This commit is contained in:
parent
2cef0af211
commit
6d232c2b9b
1 changed files with 8 additions and 0 deletions
|
|
@ -25,6 +25,14 @@ footer {
|
|||
transition: all .25s ease-out;
|
||||
}
|
||||
|
||||
.row-offcanvas-right {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.row-offcanvas-left {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.row-offcanvas-right
|
||||
.sidebar-offcanvas {
|
||||
right: -50%; /* 6 columns */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue