2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

pull in changes from #19832 to fix offcanvas

This commit is contained in:
Mark Otto
2016-12-22 23:43:37 -08:00
committed by Mark Otto
parent 66c87cb7ca
commit ec0dbc74a7
2 changed files with 14 additions and 4 deletions
+10
View File
@@ -34,11 +34,21 @@ footer {
}
.row-offcanvas-right
.sidebar-offcanvas {
right: -100%; /* 12 columns */
}
.row-offcanvas-right.active
.sidebar-offcanvas {
right: -50%; /* 6 columns */
}
.row-offcanvas-left
.sidebar-offcanvas {
left: -100%; /* 12 columns */
}
.row-offcanvas-left.active
.sidebar-offcanvas {
left: -50%; /* 6 columns */
}